I'm trying to use this in Python 3.4 and am getting the following error.
>>> response = amazon.ItemSearch(Keywords="Kindle 3G", SearchIndex="All")
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
response = amazon.ItemSearch(Keywords="Kindle 3G", SearchIndex="All")
File "C:\Python34\lib\site-packages\bottlenose\api.py", line 246, in __call__
if "gzip" in response.info().get("Content-Encoding"):
TypeError: argument of type 'NoneType' is not iterable
I'm not sure if this is an actual bug or if it is me doing something wrong. I am using the following code:
Hi,
I'm trying to use this in Python 3.4 and am getting the following error.
I'm not sure if this is an actual bug or if it is me doing something wrong. I am using the following code:
and this is pretty much the example code. Installed using pip, Python 3.4
I'm not sure if this is an IAM issue so I've checked using my root keys, and the same issue persists.
Any ideas what could be causing this?
Many thanks
(PS: yes, actual Amazon IAM credentials going in the variables)