Skip to content
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

FB 7590 (7.10) and FB 6490 (7.02) #33

Open
JerryPenguin opened this issue May 8, 2019 · 4 comments
Open

FB 7590 (7.10) and FB 6490 (7.02) #33

JerryPenguin opened this issue May 8, 2019 · 4 comments

Comments

@JerryPenguin
Copy link

I only get Connection Uptime and WAN Traffic, all other queries do not get any information.

@omuench
Copy link

omuench commented May 13, 2019

The problem with fritzbox_wifi_devices.py seems to be
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
resulting from HTML code in xhr_data:

b'<script>if (typeof jxl === 'undefined') {\nlocation.href = "/";\n} ...

I didn't try it with former versions. Only with 7.01 on FRITZ!Box 7362 SL.

@miwie
Copy link

miwie commented Jun 30, 2019

I can confirm this on FB 7490 (7.11) and urgently wait for a solution!

@RenWal
Copy link

RenWal commented Jul 5, 2019

If you need something urgently, you could try my fork at https://github.com/RenWal/fritzbox-munin-fast, which is working for 7.10. I assume that 7.10 -> 7.11 will not cause too many issues.
However, you'd need to reconfigure the plugins.

@DerKlausner
Copy link

I can confirm this on FB 7590 (7.11)

I have change data = json.loads(xhr_data) in data = json.loads(str(xhr_data, "utf-8"))
and the scripts are running. My Solution running.

In another case , my change is wrong. My Solution are not running, but the original scripts are running
Fritzbox 7490 (7.11)

In both cases, the scripts are running on a Raspberry with Debian Stretch.
I do not know why, but in the moment it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants