Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweego cannot decode Snowman 3. #853

Open
byronpendason opened this issue Aug 14, 2024 · 5 comments
Open

Tweego cannot decode Snowman 3. #853

byronpendason opened this issue Aug 14, 2024 · 5 comments
Assignees
Labels
3.X Snowman 3.X.X

Comments

@byronpendason
Copy link

I downloaded the snowman 3 format.js from https://github.com/videlais/snowman/blob/7010a39cc16b8eab49e46eb0fe850cb12f900591/dist/format.js using wget into my ~/.storyformats/snowman-3/ using wget. Then I entered tweego --list-formats and got the following output:

~ $ tweego --list-formats
warning: format snowman-3: Skipping format; Could not decode story format JSON chunk.

Available formats:
  ID                     Name (Version) [Details]
  --------------------   ------------------------------
  chapbook-1             Chapbook (2.2.0)
  harlowe-1              Harlowe (1.2.4)
  harlowe-2              Harlowe (2.1.0)
  harlowe-3              Harlowe (3.1.0)
  paperthin-1            Paperthin (1.0.0) [proofing]
  snowman-1              Snowman (1.4.0)
  snowman-2              Snowman (2.0.2)
  sugarcube-1            SugarCube (1.0.35)
  sugarcube-2            SugarCube (2.30.0)

Wasn't sure this was a tweego issue or a Snowman one until I tried to use format.js in another third party twine app (Tweezel) and got an error (a unhelpful "something went wrong" type of error).

@byronpendason
Copy link
Author

The format.json file I downloaded is the one from the V3.0 branch.

@david-donachie
Copy link

Looking at the file source, it is full of webpack build errors, so I don't think it's a valid build

@videlais
Copy link
Owner

@byronpendason Yeah, sorry about that. It's not a valid build unless it is part of Twine or release. The issue is part of the JSON properties, which was based on an older unofficial format used by Harlowe. Tweego, and my own Extwee, have hard-coded rules to ignore certain parts of older Harlowe builds to fix this issue. I have not updated Snowman to use a newer fix nor let TME, the maintainer of Tweego, know Snowman might use the older properties.

@david-donachie Correct. It's not a valid build.

@videlais videlais added the 3.X Snowman 3.X.X label Aug 27, 2024
@videlais videlais self-assigned this Aug 27, 2024
@byronpendason
Copy link
Author

@byronpendason Yeah, sorry about that. It's not a valid build unless it is part of Twine or release. The issue is part of the JSON properties, which was based on an older unofficial format used by Harlowe. Tweego, and my own Extwee, have hard-coded rules to ignore certain parts of older Harlowe builds to fix this issue. I have not updated Snowman to use a newer fix nor let TME, the maintainer of Tweego, know Snowman might use the older properties.

@david-donachie Correct. It's not a valid build.

Gotcha. I was hoping to test out the Snowman v3, but if I can't I can't. Lol.

Any guesstimates on Snowman 3's ETA?

@videlais
Copy link
Owner

@byronpendason I don't have an exact date or window at the moment. My strong hope is to return to Twine-related things over the next few weeks and slowly spin things back up. Hopefully, by the end of the year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.X Snowman 3.X.X
Projects
Status: No status
Development

No branches or pull requests

3 participants