-
Notifications
You must be signed in to change notification settings - Fork 2
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
failing to connect to camara after working great for a week #18
Comments
1.0.84 was pushed out in october it looks like, did you just get that update? I suppose it's possible that the libraries from wyze for gwell cams in this project needs to be updated to a newer version. Note: I do not have any gwell cameras in use anymore due to just the sheer frustration of trying to keep this whole stack stable, but I can definitely try to update the solution for ya. Also, I'm assuming you restarted the whole stack as part of your troubleshooting? |
Thanks for looking. I had not updated the camera for the last 2 years, hoping that there would be a community firmware for easy local access at some point. When I got your project working, I was surprised how stable it was and after 2-3 days I updated the camera. Cryze was still working at this point and continued to work after FW update. The last thing I did a day before it ceased working was to disable the notifications in the native wyze app (but I don't think this is relevant). I'm using proxmox and have a debian VM with docker for cryze. I several times restarted the docker host as well as proxmox itself and even did a kernel update. Anyway it would be great if you could update the libs. |
hmm, so that leaves only two options - the backend changed (at wyze) and the old library doesn't work anymore OR the token getter for gwell cameras changed. |
I just saw that in dmesg of docker host are a lot of messages. Never paid attention, only checked logs of docker compose. I assume those are normal. If you think they are relavant, I could send you the full output during container start. Here is the beginning:
|
It was working without issues for a week or so. Then it stopped to work. From the logs it is not able to access the camera and restarts getting new token every few seconds in an infinite loop
What seems to be the error message is
In wyze app camera is still working. FW is 1.0.84. I tried 'Restart camera' and 'Reset Services' in the app. I got a new api token from wyze but doesn't help.
Anything else I could do for troubleshooting?
The text was updated successfully, but these errors were encountered: