[GH-ISSUE #190] IndexError exception on update #176

Closed
opened 2026-02-26 09:36:19 +03:00 by kerem · 0 comments
Owner

Originally created by @ThomasWaldmann on GitHub (Dec 12, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/190

Internal Server Error: /nic/update
Traceback (most recent call last):
File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = wrapped_callback(request, _callback_args, *_callback_kwargs)
File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/views/generic/base.py", line 69, in view
return self.dispatch(request, _args, *_kwargs)
File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/views/generic/base.py", line 87, in dispatch
return handler(request, _args, *_kwargs)
File "/srv/nsupdate.info/repo/nsupdate/utils/log.py", line 124, in caller
return func(_args, *_kwargs)
File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 237, in get
return _update_or_delete(host, ipaddr, secure, logger=logger, _delete=delete)
File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 385, in _update_or_delete
_on_update_success(host, fqdn, kind, ipaddr, secure, logger)
File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 406, in _on_update_success
rh_ipaddr = str(IPAddress(network.network) + int(ifid))
File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/netaddr/ip/init.py", line 425, in add
raise IndexError('result outside valid IP address boundary!')
IndexError: result outside valid IP address boundary!

Originally created by @ThomasWaldmann on GitHub (Dec 12, 2014). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/190 Internal Server Error: /nic/update Traceback (most recent call last): File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = wrapped_callback(request, _callback_args, *_callback_kwargs) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/views/generic/base.py", line 69, in view return self.dispatch(request, _args, *_kwargs) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/django/views/generic/base.py", line 87, in dispatch return handler(request, _args, *_kwargs) File "/srv/nsupdate.info/repo/nsupdate/utils/log.py", line 124, in caller return func(_args, *_kwargs) File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 237, in get return _update_or_delete(host, ipaddr, secure, logger=logger, _delete=delete) File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 385, in _update_or_delete _on_update_success(host, fqdn, kind, ipaddr, secure, logger) File "/srv/nsupdate.info/repo/nsupdate/api/views.py", line 406, in _on_update_success rh_ipaddr = str(IPAddress(network.network) + int(ifid)) File "/srv/nsupdate.info/env/local/lib/python2.7/site-packages/netaddr/ip/__init__.py", line 425, in **add** raise IndexError('result outside valid IP address boundary!') IndexError: result outside valid IP address boundary!
kerem 2026-02-26 09:36:19 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#176
No description provided.