AttributeError:'NoneType'对象没有属性'find'-PYTHON错误

时间:2019-05-30 10:50:24

标签: python nonetype

我有一个可以调用eBay API的代码。 Everthing一直到2019年3月都运行良好,并且重新运行的内容现在为零。无论如何,我一直在试图解决它并面对这个错误

Traceback (most recent call last):
<Response [200]>
  File "C:****************/GetData.py", line 303, in <module>
writing..
    root_cat = store.find('{urn:ebay:apis:eBLBaseComponents}CustomCategories')
AttributeError: 'NoneType' object has no attribute 'find'

第303行

root_cat = store.find('{urn:ebay:apis:eBLBaseComponents}CustomCategories')

我想知道你是否可以在这件事上帮助我 问候

0 个答案:

没有答案