speendo
speendo
I just try to debug this. First I tried the proxy_wstunnel but I didn't succeed. Now I tried something like [this](https://github.com/meteor/meteor/issues/3339#issuecomment-165188938) RewriteEngine on RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC] RewriteCond %{HTTP:CONNECTION} ^Upgrade$...
Never mind - seems I found it already: docker logs Did I mention, that I am not very experienced with docker as well? What am I doing here... 😟
Yes, it is. I now see that the container is receiving the request but throws an error: 2018/01/17 20:19:46 [ERROR] HTTP error handling "/api/v1/monitor/messages": websocket: the client is not using...
I just rebuilt my routing with nginx proxy manager (https://nginxproxymanager.com/). Now it works. From my point of view the issue is solved but it seems there are some other people...
Thank you for your fast response. Personally, I would go for method 2 (WPA2), because it is very easy to implement. However, I doubt that it is really necessary to...
I've made up a pull request to overcome this issue. Only a minor changes. However, the manual(s) would have to be adapted... Please consider accepting the pull request as this...
@bertrik I think the question is valid in general. However, in the particular case I would say that the exact problem is, that your wifi password can not be considered...
I run mainsail but I seem to be affected by the same issue. It seems like something in Moonraker has changed and now it's not working anymore...
Thanks. I was using prind before, it sort of worked but this project was easier to handle for me. Well, at least until recently :) @dimalo do you have any...
I think I might have understood where the problem is coming from. Recent versions of moonraker expect all files to be in the directory `/home//printer_data/`, e.g. `/home//config` or `/home//gcodes`. This...