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
2020-02-12 11:18:11,468 INFO: [106]个需要检测的商品
Traceback (most recent call last):
File "D:\path\python3.7\lib\configparser.py", line 788, in get
value = d[option]
File "D:\path\python3.7\lib\collections_init_.py", line 914, in getitem
return self.missing(key) # support subclasses that define missing
File "D:\path\python3.7\lib\collections_init_.py", line 906, in missing
raise KeyError(key)
KeyError: 'eid'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/lrz/Downloads/jd-automask-master/jd-automask-master/jd-automask_V1.py", line 71, in
eid = global_config.getRaw('config', 'eid')
File "C:\Users\lrz\Downloads\jd-automask-master\jd-automask-master\config\config.py", line 20, in getRaw
return self._configRaw.get(section, name)
File "D:\path\python3.7\lib\configparser.py", line 791, in get
简洁模式已开启
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'eid' in section: 'config'
19_1690_1693_39745
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
2020-02-12 11:18:11,468 INFO: [106]个需要检测的商品
Traceback (most recent call last):
File "D:\path\python3.7\lib\configparser.py", line 788, in get
value = d[option]
File "D:\path\python3.7\lib\collections_init_.py", line 914, in getitem
return self.missing(key) # support subclasses that define missing
File "D:\path\python3.7\lib\collections_init_.py", line 906, in missing
raise KeyError(key)
KeyError: 'eid'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/lrz/Downloads/jd-automask-master/jd-automask-master/jd-automask_V1.py", line 71, in
eid = global_config.getRaw('config', 'eid')
File "C:\Users\lrz\Downloads\jd-automask-master\jd-automask-master\config\config.py", line 20, in getRaw
return self._configRaw.get(section, name)
File "D:\path\python3.7\lib\configparser.py", line 791, in get
简洁模式已开启
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'eid' in section: 'config'
19_1690_1693_39745
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: