plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
293 stars 40 forks source link

525 plotly.js error -- one possible solution #326

Open WorksWellWithOthers opened 4 years ago

WorksWellWithOthers commented 4 years ago

ValueError: The image request was rejected by the orca conversion utility with the following error: 525: plotly.js error

Mine was caused due to my machine not being able to access a tile-map. tl;dr, check that you have the correct ip/url (or access to) where the tile-map is stored.

Edit: Orca running on a Centos7 VM

FlorinAndrei commented 4 years ago

I get that error constantly, 100% reproducible, with a script that makes hundreds of maps. All maps except one work fine. That one map throws this error. On second try, that map works. All maps are of the same exact region, just the colors differ.

It's related to the fact that orca.exe processes are not running prior to running the script. On second run, there are orca.exe processes hanging around from first run (which is probably a bug), and the error is not generated. That's the only difference I could see.

This is on Windows with the code running in Jupyter notebooks.

Yevgnen commented 1 year ago

How to solve that in 2023?