Tafkas / fritzbox-munin

A collection of munin plugins to monitor your AVM FRITZ!Box router
GNU General Public License v2.0
148 stars 36 forks source link

FB 7430, os 06.83: FC expects JSON, gets XML. #47

Open n952162 opened 3 years ago

n952162 commented 3 years ago

I get this far (in e.g. _fritzbox_powerconsumption.py):

xhr_data = fh.get_xhr_content(server, session_id, PAGE) print ("DEBUG: got header content %s" % xhr_data, file=sys.stderr) data = json.loads(xhr_data)

But xhr_data starts out:

<script>if (typeof jxl === \'undefined\')

Is it necessary and sufficient to upgrade to OS 7? Am I out of date or is fritzconnection out of date?