quick_server not defined
ilmw opened this issue · 4 comments
When I ran the mushroom example, after obtaining .csv and .json files, I started the server and got error: ReferenceError: quick_server is not defined. (It initially displayed no error but didn't work; the error showed up after surrounding "var work = quick_server.Worker();" near line 130 in index.html with a try-catch block) Would you please kindly explain what went wrong here?
it looks like the quick-server library had some breaking changes in the mean time. version 0.4.12 should be working correctly (pip install --upgrade --force-reinstall quick-server==0.4.12
)
let me know if that solves your issue -- I will update the codebase accordingly if it does
Yes it's working. Thanks!
Awesome! 4933b43 prevents this issue happening in the future and makes fresh installs work.