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

Dumping state to JSON fails #706

Open
jpka opened this issue Dec 14, 2016 · 4 comments
Open

Dumping state to JSON fails #706

jpka opened this issue Dec 14, 2016 · 4 comments
Assignees
Labels

Comments

@jpka
Copy link

jpka commented Dec 14, 2016

Running save() in the browser console as advertised by this post https://groups.google.com/d/msg/eve-talk/trTnjYMyteI/YAyqNkmTCAAJ fails with
client.ts:246 Unknown client message type: dumpState

@cmontella cmontella self-assigned this Dec 14, 2016
@cmontella
Copy link
Contributor

I can confirm, will investigate

@cmontella
Copy link
Contributor

Okay, did a little digging and found where it broke: 2533caa...d4be39a

We will patch this up soon.

@cmontella cmontella added the bug label Dec 14, 2016
@jpka
Copy link
Author

jpka commented Dec 14, 2016

Cool, FYI I console-logged the dump before the line where it breaks, pasted it on a file and now I found out that the loading of the state via dropping the file on the editor doesn't work either, fails with
client.ts:536 Uncaught TypeError: Cannot read property 'send' of undefined(…)
I'll wait until this is patched to test again with the file as provided by the app and report it as a separate issue if it persists

@cmontella
Copy link
Contributor

I'm pretty sure the issues are related.

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

No branches or pull requests

2 participants