You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "xxx.py", line 16, in run
r = c.lookup(ip)
File "/xxx/2.7.10/lib/python2.7/site-packages/cymruwhois.py", line 190, in lookup
return list(self.lookupmany([ip]))[0]
File "/xxx/2.7.10/lib/python2.7/site-packages/cymruwhois.py", line 201, in lookupmany
for rec in self._lookupmany_raw(not_cached):
File "/xxx/2.7.10/lib/python2.7/site-packages/cymruwhois.py", line 232, in _lookupmany_raw
r=asrecord(*parts)
TypeError: __init__() takes exactly 4 arguments (2 given)
The text was updated successfully, but these errors were encountered:
I think I finally figured out what is going on with this. I think it's timing out or getting a blank line from the api. Unfortunately even if I handle it better, all I can do is raise a different exception.
The text was updated successfully, but these errors were encountered: