We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this far (in e.g. fritzbox_power_consumption.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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this far (in e.g. fritzbox_power_consumption.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:
Is it necessary and sufficient to upgrade to OS 7?
Am I out of date or is fritzconnection out of date?
The text was updated successfully, but these errors were encountered: