You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a chart in plotly, then attempt to export it to an image specifying a full file path, but get an unhandled JavaScript error. Is this supported - or can only a filename be specified?
Example:
p <- plot_ly(...)
orca(p, "C:/Folder1/Folder2/Chart.png")
It appears as though orca is attempting to create directories, even though they definitely already exist:
[Window Title] - Error
[Main Instruction] - A JavaScript error occurred in the main process
[Content]
Uncaught Exception:
Error: EINVAL: invalid argument, mkdir 'C:/Folder1/Folder2/'
at mkdirSync (fs.js:764:3)
at fs.mkdirSync (electron/js2c/asar.js:725:16)
at Object.fs.mkdirSync (electron/js2c/asar.js:725:16)
at main ... etc etc etc ...
Using current release (1.3.1) on Windows.
The text was updated successfully, but these errors were encountered:
I create a chart in plotly, then attempt to export it to an image specifying a full file path, but get an unhandled JavaScript error. Is this supported - or can only a filename be specified?
Example:
It appears as though orca is attempting to create directories, even though they definitely already exist:
Using current release (1.3.1) on Windows.
The text was updated successfully, but these errors were encountered: