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
{{ message }}
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
HI 👋 ,
I would like to submit a bug report.
According to the docs in http://docs.developer.amazonservices.com/en_US/feeds/Feeds_SubmitFeed.html
the use of the query param is not required in the majority of the feeds (only for Product Images Feeds) therefore calls to the method submit_feeds from Feeds class should be able to coupe with it. It happens that, if no market place is provided , the library will crash in https://github.com/python-amazon-mws/python-amazon-mws/blob/develop/mws/utils.py#L154 saying
TypeError: 'NoneType' object is not iterable. This bug seems to be caused by #124.Regards,
Nuno