-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify work with external server #1914
Comments
Please try including the port directly in server_url, such as "localhost:9091" The port field is intended for use with a locally managed server, and setting will override the server_url field |
Thanks @miriad for such quick answer! However, with following lines
I still get completely the same output with the same errors.
|
I have the same issue when using orca on a remote url : I found a workaround to insert before to_image or write_image :
This workaround allow me to get my image through my remote server :-) |
I started orca as shown here: https://github.com/plotly/orca#method-3-docker
So I got it on 9091 port on localhost accessible
I've installed plotly==4.3.0 with latest "feature" from #1850
Now, when running following code, I get two terminal screens of errors and cool stories about how to install that orca executable, which I actually should not have to keep in my host system when using orca server:
Could you please clarify, how to use that new feature? since for now it is just useless without binary in PATH.
The text was updated successfully, but these errors were encountered: