You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
I'm using getImage to create and store a plot in a google cloud bucket. I've been using this successfully for weeks now, and all of the sudden, with no changes to the code, I start getting this error. I've seen other issues with a 301 code, that make it seem like I need to to some switch to a new way to do this, but I don't know how. Any guidance, suggestions for quick fixes, etc. would be appreciated!
code:
error:
The text was updated successfully, but these errors were encountered:
I've narrowed it down to the fact that I display some text that is not a UTF-8 character, but it's not reading it correctly. It's the upward pointing white triangle "\u25B3" - when I put that in the code, it still gives me the error
Same problem here, plotly gives me a 500 error when I try to render a graph containing a character like "ç". However, the weird thing is that when I do ploty.plot() and click into the URL, it works perfectly fine.
Following the instructions listed in this pull request and a bit more tinkering fixed the issue for me. You basically just need to change the instructions on how the JSON gets read to include all utf-8 special characters:
Same problem here, plotly gives me a 500 error when I try to render a graph containing a character like "ç". However, the weird thing is that when I do ploty.plot() and click into the URL, it works perfectly fine.
I hope my solution above works for you!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any help would be great - or alternative options.
I'm using getImage to create and store a plot in a google cloud bucket. I've been using this successfully for weeks now, and all of the sudden, with no changes to the code, I start getting this error. I've seen other issues with a 301 code, that make it seem like I need to to some switch to a new way to do this, but I don't know how. Any guidance, suggestions for quick fixes, etc. would be appreciated!
code:

error:

The text was updated successfully, but these errors were encountered: