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

Need help to retrieve traffic meter details for WNDR3700v3 #82

Open
srinivasgnv opened this issue May 28, 2020 · 0 comments
Open

Need help to retrieve traffic meter details for WNDR3700v3 #82

srinivasgnv opened this issue May 28, 2020 · 0 comments

Comments

@srinivasgnv
Copy link

srinivasgnv commented May 28, 2020

I have enabled traffic metering in the webUI
image

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?

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

1 participant