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

GDTF parsing error #3545

Open
mixage opened this issue Oct 21, 2023 · 3 comments · Fixed by #3574
Open

GDTF parsing error #3545

mixage opened this issue Oct 21, 2023 · 3 comments · Fixed by #3574
Labels
bug Something doesn't work as intended. component-plugin Affects one or more import or export plugins.

Comments

@mixage
Copy link

mixage commented Oct 21, 2023

Could'nt upload this GDTF file:

CLPST6G2_CAMEO_GDTF_File_03-2023.zip

https://www.cameolight.com/en/downloads/file/id/1265593071

@FloEdelmann
Copy link
Member

Thanks for the report!
I just tried it and I indeed get the error message "Request failed with status code 413".

Locally, the error message is a bit more helpful:

TypeError: oflChannel.fineChannelAliases is not iterable
    at addChannelKeyToDmxBreakWrapper (…/open-fixture-library/plugins/gdtf/import.js:956:54)
    at …/open-fixture-library/plugins/gdtf/import.js:883:9
    at Array.map (<anonymous>)
    at addModes (…/open-fixture-library/plugins/gdtf/import.js:870:53)
    at Module.importFixtures (…/open-fixture-library/plugins/gdtf/import.js:90:3)
    at async …/open-fixture-library/cli/import-fixture.js:31:49

@FloEdelmann FloEdelmann changed the title CAMEO STUDIO PAR 6 G2 GDTF parsing error Oct 24, 2023
@FloEdelmann FloEdelmann added bug Something doesn't work as intended. component-plugin Affects one or more import or export plugins. labels Oct 24, 2023
@FloEdelmann
Copy link
Member

The parser is fixed, now you should be able to upload the file 🙂

@mixage
Copy link
Author

mixage commented Oct 25, 2023

Thanks for the quick reply! Unfortunately I still get this error message:

Upload failed
Unfortunately, there was an error while uploading. Please copy the following data and manually submit them to GitHub .

{
  "plugin": "gdtf",
  "fileName": "CLPST6G2_CAMEO_GDTF_File_03-2023.gdtf",
  "fileContentBase64": .....

@FloEdelmann FloEdelmann reopened this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something doesn't work as intended. component-plugin Affects one or more import or export plugins.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants