Giter Site home page Giter Site logo

Comments (4)

omuench avatar omuench commented on May 30, 2024

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.

from fritzbox-munin.

miwie avatar miwie commented on May 30, 2024

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

from fritzbox-munin.

RenWal avatar RenWal commented on May 30, 2024

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.

from fritzbox-munin.

DerKlausner avatar DerKlausner commented on May 30, 2024

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

from fritzbox-munin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.