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
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\configparser.py", line 789, in get
value = d[option]
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\collections_init_.py", line 898, in getitem
return self.missing(key) # support subclasses that define missing
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\collections_init_.py", line 890, in missing
raise KeyError(key)
KeyError: 'y4tacker_url'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\codeProgram\wechatBot\WechatBot\main.py", line 5, in
from servercli.server import *
File "D:\codeProgram\wechatBot\WechatBot\servercli\server.py", line 6, in
from httpcli.everyday_news import *
File "D:\codeProgram\wechatBot\WechatBot\httpcli\everyday_news.py", line 22, in
y4tacker_url = config.get("apiService", "y4tacker_url")
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'y4tacker_url' in section: 'apiService'
好像是配置文件中缺少 'apiService' 部分?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\configparser.py", line 789, in get
value = d[option]
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\collections_init_.py", line 898, in getitem
return self.missing(key) # support subclasses that define missing
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\collections_init_.py", line 890, in missing
raise KeyError(key)
KeyError: 'y4tacker_url'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\codeProgram\wechatBot\WechatBot\main.py", line 5, in
from servercli.server import *
File "D:\codeProgram\wechatBot\WechatBot\servercli\server.py", line 6, in
from httpcli.everyday_news import *
File "D:\codeProgram\wechatBot\WechatBot\httpcli\everyday_news.py", line 22, in
y4tacker_url = config.get("apiService", "y4tacker_url")
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'y4tacker_url' in section: 'apiService'
好像是配置文件中缺少 'apiService' 部分?
The text was updated successfully, but these errors were encountered: