My program has been working for weeks but all of a sudden iām getting this error, coming from .\node_modules\plotly\index.js:237:25
any idea what the problem could be? i havenāt changed a line of code so i donāt even know where to begin. i tried generating a new API key, and reinstalling the plotly package, both to no avail.
I have some scripts that generate images every few hours; running successfully for the last 6 months. The last success I received from the āgetImageā function was at 12/01/2018 15:40:00 UTC.
I did not make another call until 12/01/2018 23:40:00 UTC; and the result of this call returned āBad response status code 500ā. Every subsequent request since this time has returned the same error message.
We fixed the issue in Plotly Cloud and the fix is currently being deployed; sorry for any inconvenience this caused.
Note that the node.js library is using currently performing image generation using a legacy endpoint thatās unsupported and may break again. We welcome a PR from the community to switch over to the new endpoint; see details in this issue.