-
Notifications
You must be signed in to change notification settings - Fork 10
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
EEGAnnotationList
not JSON serializable
#119
Comments
A full stack error would be more useful than just the last lines. Note that, in the end, we don't need the dcc.Store... this could just be replaced by a plain old dictionary I think. |
It is currently unclear how to reproduce this issue. In #199, I created a code to test |
I suggest to close this with PR #199. This PR makes a fair attempt at triggering this issue, but without more information, I cannot reproduce. The |
Sorry - It's been too long for me to remember how to trigger it (and thanks for taking the time for trying to do so). Next time I am using the dashboard, I will see if I can reproduce, and will open it up if necessary. |
And yes feel free to close. |
No problem. I figured that it was probably the case. Hence why I proposed to close at this point. |
There is a silent failure when serving the QC dashboard:
I think
EEGAnnotationList.annotations
is a pandas series where it should be a dictionary (see this thread). This is necessary becauseEEGAnnotationsList
is wrapped in adcc.Store
component.I spent the weekend in a battle to deploy the dashboard to a PAAS service (Heroku/Google Cloud/Azure) to no avail. After exhausting all other avenues, I have a hunch this is the underlying issue.
I expect that deploying to a PAAS service won't be possible until this is corrected.
The text was updated successfully, but these errors were encountered: