-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
IOError: stream is closed or unusable #80
Comments
Hi @mariok90, thanks for reporting this issue. I believe it may be a duplicate of #67, which seems to be related to waralex/Dashboards.jl#18. We previously suspected (in #67) that this issue is related to HTTP.jl, which Dash.jl relies upon. A PR was recently merged there that might address this problem. |
HTTP v0.9.2 should have this fix; and it was recently merged. |
Thanks @clarkevans! I came to the same conclusion in my reply above, and @waralex is already aware too. If this does the trick, we'll likely be able to close #67 and #80. |
This issue is probably outdated. Closing. Please open a new issue if a similar problem is found using the latest Dash.jl version. |
I started to experiment with Dash.jl and tried to run the examples. When I run
I can load the page and the plot is displayed but the REPL shows an error message:
This happens to several examples I have found. So it seems to be a generel problem with my setup/installation. However, the dashboard stays responsive and the callback still works.
In case it helps, my installed versions are:
The text was updated successfully, but these errors were encountered: