Hello,
I have faced the below error numerous times and at random occasions when trying to export images to jpeg or png formats. I am not able to understand what’s causing this - does anyone have an idea?
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/plotly/plotly/plotly.py”, line 787, in save_as
img = cls.get(figure_or_data, format, width, height, scale)
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/plotly/plotly/plotly.py”, line 710, in get
raise exceptions.PlotlyError(return_data[‘error’])
KeyError: ‘error’