-
Notifications
You must be signed in to change notification settings - Fork 42
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
RPi in Docker "Can not get metric values" #20
Comments
I've experience similar issues, when a fritzbox OS update is applied, afterwards I need to restart the exporter to get lua to work again. so I guess it is somehow related to when the exporter is unable to reach the fritzbox. however so far I did not manage to reproduce the issue (without upgrade), to find out where it is coming from. do you have a way to reliable reproduce it? I could then add some more debug output to the lua_client to see where the issue is coming from. |
I have stumbled upon this issue when playing around with the Wireguard-feature currently available via "Fritz! Labor". I have made the following observations:
So my assumption would be that renewing the SID after the Fritzbox has been rebooted doesn't work as expected. Fritzbox log keeps telling exactly this: "ungültige Sitzungskennung" |
do you know the http code you received? I just pushed a change to always renew the SID in case of an error - maybe this helps in this case |
Sorry for taking so long to get back to this topic No joy, still "hash '' has no element 'data'" Does the http code get logged somewhere? |
strange, I checked again but it looks this can only happen if the call was successful, but somehow the returned json was not as expected I now added support to do a reauthentication whenever something goes wrong with the metric collection let's see what now happens |
I just found some time to test: Problem still persists. |
…etadata-action-4.1.1 Bump docker/metadata-action from 4.0.1 to 4.1.1
Hey there!
I have been running into an issue with docker on a raspberrypi and the self built image from this repo.
My (v3.7) compose file includes this service definiton:
The build context is a pull of this repo (master).
Fritzbox: 7590 7.29
The software is running on a RaspberryPi 3B
Docker version 20.10.17, build 100c701 (CE)
os-release:
After a while of running just fine, the log starts reporting these errors and some data (like CPU utilization and temps) is not reported anymore:
Restarting the container fixes the issue. All the "lua" stats are also back in the exporter output. Any idea what could cause this?
Thank you!
The text was updated successfully, but these errors were encountered: