-
Notifications
You must be signed in to change notification settings - Fork 41
Problems with Umlauts when uploading data with node.js #15
Comments
Thanks for pointing this out. I'll take a look into special chars! |
I'm also running into the issue. My temporary solution is to of course strip characters like |
Thanks for the update. I am a little bit curious: What language are you using on "your servers" ?. Christoph |
@TheFive The problem is at the REST server, as each streaming graph requires a graph be initialized, and the REST server request is failing with the special chars. These aren't even making it to the streaming server. We've got a fix in the pipe, shouldn't be too long! |
where you able to fix the issue ? Christoph |
Hi Plotly, is it so hard to implement a modern "utf8" compatible Web Application in 2015 for the world outside the US ? ( :-) ) Sorry, i have tested it, and i have still to exchange ü,ä,ö by ue, ae, ou. i have tested to substitute these values by ü ä ö but it does not help. Christoph |
@TheFive Should be resolved now, thank you for your patience. |
If i plot a graph with ä ö ü or ß in the name of the scatter i get the following error message:
{"body":{"url":"","message":"","warning":"","filename":"","error":"origin not 'plot', 'layout', or 'style'"},"statusCode":200}
I am using your plot.ly samples for node.js (just uploading several traces). Replacing the Umlauts by
ue, oe, ae, ss fixes the problem.
Christoph
The text was updated successfully, but these errors were encountered: