plotly / orca

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

Electron javascript error due to orca issue? #311

Open caradoct opened 4 years ago

caradoct commented 4 years ago

Hi, I am trying to get .png plot files created from plotly and get the error in the attached images. I get this error in electron:

Screen Shot 2020-04-22 at 1 19 46 pm

The plot image inside my jupyter notebook looks like this:

Screen Shot 2020-04-23 at 10 25 05 am

If I click the "Download plot as a png" button I get plots like this: newplot (14)

I have tried uninstalling orca and electron and re-installing and I get the same problem. I also get the same issue if I save the plot to json format and try to make the images using orca on the command line. It makes .png files but they are broken. If I run with --debug I see the same javascript error as above (path is a boolean).

I am using: orca 1.3.1 jupyter notebook 5.7.4 electron 6.1.4 Running on osx 10.14.6

Any help would be greatly appreciated!

Cheers,

Tom