Hi I’m receiving a server error for all of my plotly charts that worked previously. I even tried creating a new graph from the plotly tutorial examples and got the same error.
PlotlyRequestError: Uh oh, an error occurred on the server.
Hi I’m receiving a server error for all of my plotly charts that worked previously. I even tried creating a new graph from the plotly tutorial examples and got the same error.
PlotlyRequestError: Uh oh, an error occurred on the server.
Any luck? I am getting the same error!
I am having the same error.
I am having the same problem right now.
plotly.exceptions.PlotlyRequestError: Uh oh, an error occurred on the server.
Is there any chance to know what is happening? Is it due to the restrictions on the number of charts to be kept in one’s profile?
I had the same problem. Go to files on your plotly account and delete maybe a few of the graphs and API you have (I deleted all the graphs and API present in my account). This fixed the error for me.
It worked for me as well.
Thanks cokonkwo!
Thank you cokonkwo! Worked for me as well
Just had this and resolved it by changing the code that you start with from Plotly:
plotly.tools.set_config_file(world_readable=True, sharing=‘public’)
They provide: import plotly
plotly.tools.set_config_file(world_readable=False,
sharing=‘private’)
Make sure to change from True to false and ‘private’ to ‘public’