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 have enabled traffic metering in the webUI
Following is the code that I am using based on the sample provided
from pynetgear import Netgear netgear = Netgear(password="xx") print("Traffic meter details -->>") traffic = netgear.get_traffic_meter() print(traffic)
I am using Python 3.7.4 Following is the output I get
$ python3 net.py Traffic meter details -->> Invalid response Invalid response None
The same code when executed in Python3 version Python 3.7.3 I get the following output
$ python3 traffic.py Traffic meter details -->> Error finding node in XML response None
Looks like I am missing something. Can you please help?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have enabled traffic metering in the webUI
Following is the code that I am using based on the sample provided
I am using Python 3.7.4
Following is the output I get
The same code when executed in Python3 version Python 3.7.3
I get the following output
Looks like I am missing something. Can you please help?
The text was updated successfully, but these errors were encountered: