Unable to post ads with pictures
Upon posting the ad I get a TypeError: 'NoneType' object is not subscriptable. In the terminal I see this message:
OrderedDict([('api-base-error', OrderedDict([('@xmlns', 'http://www.ebayclassifiedsgroup.com/schema/types/v1'), ('@http-status-code', '400'), ('api-errors', OrderedDict([('api-error', OrderedDict([('message', 'One of your images is not on an accepted service. Please upload your images again.')]))])), ('api-debug-errors', None), ('api-field-errors', None)]))]) 127.0.0.1 - - [21/Aug/2022 23:47:14] "←[35m←[1mPOST /submit HTTP/1.1←[0m" 500 -
api has changed. images are no longer hosted with ebay, but with kijiji. new api route is: https://mobile-api.kijiji.ca/v1/images/upload haven't had time to patch it.
Any chance you could patch it? Would love to use this but can only post ads without pics. Thanks