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

Running it on Raspbian it started to produce this error a few weeks ago #128

Closed
gkovacsp opened this issue Feb 2, 2020 · 2 comments
Closed

Comments

@gkovacsp
Copy link

gkovacsp commented Feb 2, 2020

Used to work well, I'm not sure what broke it.
OS: Raspbian GNU/Linux 10 (buster)
HW: Raspberry 4

Command line:
/usr/local/bin/noipy -u xxxxxx -p xxxxxx -n xxxxxx.ddns.net --provider noip

Result:

== noipy DDNS updater tool v1.5.2 ==
Traceback (most recent call last):
File "/usr/local/bin/noipy", line 10, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/noipy/main.py", line 168, in main
result = execute_update(args)
File "/usr/local/lib/python2.7/dist-packages/noipy/main.py", line 111, in execute_update
ip_address = args.ip if args.ip else utils.get_ip()
File "/usr/local/lib/python2.7/dist-packages/noipy/utils.py", line 29, in get_ip
ip, _ = r.json()['origin'].split(',')
ValueError: need more than 1 value to unpack

@pv8
Copy link
Owner

pv8 commented Feb 7, 2020

@gkovacsp, thanks for reporting the issue. The service that retrieves the current machine's IP (https://httpbin.org/) has changed its response. Patch coming soon.

@pv8
Copy link
Owner

pv8 commented Feb 9, 2020

Closed by #130

@pv8 pv8 closed this as completed Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants