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

json ERROR #71

Open
nanosystem2022 opened this issue Apr 28, 2022 · 0 comments
Open

json ERROR #71

nanosystem2022 opened this issue Apr 28, 2022 · 0 comments

Comments

@nanosystem2022
Copy link

i have json error when push run bottom

Traceback (most recent call last):
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 2091, in call
return self.wsgi_app(environ, start_response)
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 2076, in wsgi_app
response = self.handle_exception(e)
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\site-packages\flask\app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "d:\cct\Crypto-Copy-Trader\api.py", line 54, in run_process
manual_run()
File "d:\cct\Crypto-Copy-Trader\api.py", line 27, in manual_run
container = server_begin()
File "d:\cct\Crypto-Copy-Trader\Helpers\Helpers.py", line 57, in server_begin
config = json.load(config_f)
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\HP\AppData\Local\Programs\Python\Python39-32\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 8 column 5 (char 255)

how solve this problem
os: windows 10

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

1 participant