Plotly.js CDN down?

2 min read Original article ↗

Is anyone else getting 403 responses for the plotly.js CDN?

image

I am getting the same 403 error for this url https://cdn.plot.ly/plotly-2.24.1.min.js. I’ve tried several other versions as well, only noticed this error within the last 10 minutes.

Yeah it was working just earlier today for me then stopped abruptly

4

Same. Looks like the CDN is up, but the origin is 403ing the object.

I’ve currently opted to downloading a local version of plotly.min.js from https://raw.githubusercontent.com/plotly/plotly.js/master/dist/plotly.min.js if that helps anyone.

Is there somewhere to get the plotly-2.24.1.min.js? I’m currently using the latest plotly.py and it was specifically built against that version of plotly.js

There’s an open issue on GitHub which has a link to an alternative CDN that may be of use for some.

8

I’ve had the 403 problem from the Plotly CDN, but when I download and reference a local copy of the js file, I still have a missing plot. I also have tried a different CDN, which does give a 403, and the plot is blank. The app worked fine this morning. I’m very confused…

I can’t even download the Plotly.js so that i can used it locally

10

Same issue. About 30 minutes ago I could not retreive maps. Got the same error when trying https://cdn.plot.ly/world_50m.json

I’m also having an error with maps loading… everything worked fine and now totally blank…

13

me also facing the same issue with this https://cdn.plot.ly/plotly-latest.min.js

14

anybody know how I can use a local copy of the js if I upload it into a Google Collab workbook?

15

Plotly has stopped all of sudden. Can anyone suggest alternate solution?

16

how can I make this work temporarily for python? I need to load the topojson world_110m.json into the px.choropleth() and make sure that plotly won’t do an external call trying to fetch the CDN topojson.

18

Thank you, you saved me <3

19