Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

NoneType error when submiting feed with no Marketplaceids #196

@nuno407

Description

@nuno407

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions