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
Traceback (most recent call last):
File "testes.py", line 11, in
response = buscape.top_products()
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 270, in top_products
ret = self.__search(method=method,parameter=parameter)
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 63, in __search
ret = self.__fetch_url(url=req)
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 40, in __fetch_url
if e.code == 401:
AttributeError: 'URLError' object has no attribute 'code'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "testes.py", line 11, in
response = buscape.top_products()
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 270, in top_products
ret = self.__search(method=method,parameter=parameter)
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 63, in __search
ret = self.__fetch_url(url=req)
File "/usr/local/lib/python2.6/dist-packages/buscape/buscape.py", line 40, in __fetch_url
if e.code == 401:
AttributeError: 'URLError' object has no attribute 'code'
The text was updated successfully, but these errors were encountered: