Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Docker中执行时,出现这情况,如何修复?? #26

Closed
VPN-V2Ray opened this issue Aug 26, 2021 · 1 comment
Closed

在Docker中执行时,出现这情况,如何修复?? #26

VPN-V2Ray opened this issue Aug 26, 2021 · 1 comment

Comments

@VPN-V2Ray
Copy link

使用配置文件路径: /dailycheckin/config/config.json
Traceback (most recent call last):
File "/usr/local/bin/dailycheckin", line 8, in
sys.exit(checkin())
File "/usr/local/lib/python3.8/site-packages/dailycheckin/main.py", line 25, in checkin
data = json.loads(f.read())
File "/usr/local/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 30 column 228 (char 871)

@lexno
Copy link

lexno commented Aug 26, 2021

配置文件出问题了,看看config.json第30行

@Sitoi Sitoi closed this as completed Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants