-
Notifications
You must be signed in to change notification settings - Fork 18
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
PlutoSliderServer on Windows #102
Comments
Hey @VivaldoMendes ! Unfortunately we still don't support Windows :( But we are definitely interested in a PR if you are interested in contributing! The problem is with path separators for static URLs: the URL For an implementation, be sure to use URIs.jl and |
Hi @fonsp, thanks for replying. I have tested PlutoSliderServer on Linux (Ubuntu) as well. However, I kept doing something stupid. As far as I can understand, in Linux, the plutosliderserver seems to run OK and create the server, but then it spits out the following error:
I would be more than glad to help, but I wonder if I can be of much help. I know some cases where PlutoSliderServer works very well, e.g., @jbrea 's course here. |
If the sliderserver does not have write access to "/tmp" you could set the environment variable TEMP to some path it has write access to. |
@VivaldoMendes thanks for the report! Can you create a new issue and post your complete terminal log? Also post the output of:
|
Hi @fonsp and @jbrea
Still not sure what is preventing the server to be reached. Thanks |
I would love to take on Windows support, but could @fonsp point me to a starting point of where the URL <-> file path work is done? I started looking over the source code and couldn't find a starting point. |
Hi,
I am trying to use PlutoSliderServer for the first time. I created a Julia environment that I called
plutoserver
, then I didadd PlutoSliderServer
. Apparently, the installation went smoothly. I tried the first example on the website, and I got the message:Is the error message correct, or am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: