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

Saving replay creates desktop file, says FAILED on screen #296

Open
JinjoTP opened this issue Dec 27, 2022 · 1 comment
Open

Saving replay creates desktop file, says FAILED on screen #296

JinjoTP opened this issue Dec 27, 2022 · 1 comment

Comments

@JinjoTP
Copy link

JinjoTP commented Dec 27, 2022

Importing the replay that saved to desktop gives me this message 'Your replay (0859_replay_1672154008691DATE1672154008691.txt) had a problem:
Validation error: Schema validation failed: data/chat/4 should match exactly one schema in oneOf
If you believe this was in error then upload your replay to dropcanvas and make an issue here with the link and message above.'
Drop canvas is dead so idk if there is another way to upload the replay. I tried to upload it here below but unsure if that worked.

0859_replay_1672154008691DATE1672154008691.txt

@JohnHKoh
Copy link

JohnHKoh commented Dec 29, 2022

From the chat array:

        {
            "name": "Some Ball 9",
            "team": 1,
            "from": 9,
            "message": "SEND IT",
            "to": "all",
            "removeAt": 1672153842662
         }

This message does not have the auth property and fails the validation against the chatInstance schema.

The workaround for now would be to add the auth property to messages that need it. Updating the schema should be an simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants