mxschmitt / fritzbox_exporter

Prometheus Exporter for FRITZ!Box (TR64 and UPnP)
https://mxschmitt.github.io/fritzbox_exporter
Apache License 2.0
58 stars 17 forks source link

Docker Image not working anymore #27

Closed nachfuellbar closed 3 years ago

nachfuellbar commented 3 years ago

Just asking, but is something about the image not working? I did compile the binary on my system last night and got

gateway_wan_bytes_received{gateway="fritz.box"} 1.1767101047e+10

Or in my debugging

11767101047

With the image from last night i got

3181655973

And with the updated image from 3h before now, i get only fritzbox_exporter_collect_errors as variable and no gateway ones

PS: maybe docker registry didn't get me the recent image last night but cannot check anymore (only one tag on docker hub)

mxschmitt commented 3 years ago

I merged d87c1a164b0a0ebf22e6a54be5a48a04aa1820e3 which should not cause such an issue, hmm thats weird.

nachfuellbar commented 3 years ago

When accessing via curl i get this error a lot:

2021/02/09 17:35:34 could not call action: XML syntax error on line 1: element <HR> closed by </BODY>

Maybe it's helpfull for you - if not i'm willing to debug later (dunno if i could solve it because i don't know golang) ;)

mxschmitt commented 3 years ago

I unfortunately don't have a fritz box anymore, so it's hard for me to reproduce. Will ask maybe a friend later to connect to his.

nachfuellbar commented 3 years ago

Just tried a bit with this and the previous code The changes in the go files in this repo don't seem to be the cause I just compiled the "old" code with the new docker file and the same error occurs

tillepille commented 3 years ago

I can't reproduce the error. Could be closed IMHO