OctoPod icon indicating copy to clipboard operation
OctoPod copied to clipboard

Print Statuses Not Loading

Open destinybonavita opened this issue 3 years ago • 10 comments

I've been having this issue lately where statuses of prints aren't showing in the app, even when switching between different printers.

The status will show on the home screen widget but that's it. image

destinybonavita avatar Jul 01 '21 21:07 destinybonavita

Hi @destinybonavita,

It looks like the websocket connection is failing to be established. After a while, do you see a "Not Refreshing" error at the bottom of the page? Could you click on it and share the error message you are seeing?

Are you using a reverse proxy? Port forwarding? There is another ticket (or was it in Facebook) that someone was using some router (cannot remember the brand) that was creating random connectivity issues. They discovered that changing some setting (sorry, again cannot remember what) made their router behave better with websockets and things work again. Might want to do a search here in github or in the facebook group.

Gaston

gdombiak avatar Jul 03 '21 06:07 gdombiak

hey @destinybonavita, are you still seeing this issue?

gdombiak avatar Aug 29 '21 17:08 gdombiak

So sorry, I thought I replied. I am still experiencing this issue. I’m connecting to my printers via OctoEverywhere on OctoPod. It works on the same network without issue but via OctoEverywhere is when it’s flaky.

On Sun, Aug 29, 2021 at 1:24 PM Gaston Dombiak @.***> wrote:

hey @destinybonavita https://github.com/destinybonavita, are you still seeing this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gdombiak/OctoPod/issues/500#issuecomment-907832029, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF3FPV3TGDG4JUOW6QFX7PDT7JUORANCNFSM47VPFSAA .

destinybonavita avatar Aug 29 '21 21:08 destinybonavita

@destinybonavita I had this issue (I am running a reverse proxy with nginx) and solved with the solution at https://github.com/gdombiak/OctoPod/issues/175 by changing octoprint API setting to allow CORS

CannyGent avatar Sep 17 '21 11:09 CannyGent

I'm having the same issue. If I connect to octoeverywhere via the app, I get the data. When I switch back to the local network connection nada. This did work until about a month or so ago I think. Not exactly sure when it stopped working.

speedysk1 avatar Oct 26 '21 02:10 speedysk1

I also get "Not refershing" and under that it says "The operation couldn't be completed. (Starscream.WSError error 1.)

speedysk1 avatar Oct 31 '21 20:10 speedysk1

I've been doing some testing and it has to be the app. I just installed Kraken, and it's working just fine with the same network connection. And again as noted I have always been able to use OctoEverywhere to connect OctoPod too just fine. It's something about local connections that it's not handling properly.

speedysk1 avatar Nov 20 '21 23:11 speedysk1

Same Issue here. App sys (Starscream.WSError error 1.). Is there any kind of Workaround?

Blackrider8342 avatar Feb 05 '22 12:02 Blackrider8342

I have this issue as well.

mrwertman avatar Sep 05 '22 21:09 mrwertman

Hey guys,

Are you all hitting the error 'Starscream.WSError error 1.'? If you do, then this is usually a connectivity error. I would need to learn more about your setup. Are you using a reverse proxy? Have you correctly configured it for websockets? Is the server & port reachable from the network used by the phone?

Regards, Gaston

gdombiak avatar Sep 27 '22 01:09 gdombiak