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

JSONDecodeError in Radiometer agent #790

Open
jlashner opened this issue Nov 4, 2024 · 0 comments
Open

JSONDecodeError in Radiometer agent #790

jlashner opened this issue Nov 4, 2024 · 0 comments
Labels
bug Something isn't working needs triage Cause of bug still unknown, needs investigation.

Comments

@jlashner
Copy link
Collaborator

jlashner commented Nov 4, 2024

Radiometer agent crashed with the following JSONDecodeError:

2024-11-03T00:00:19+0000 acq:0 Status is now "done".
2024-11-03 00:00:19.691	
]
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/requests/models.py:978:json
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/socs/agents/ucsc_radiometer/agent.py:83:acq
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/ocs/ocs_agent.py:984:_running_wrapper
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/python/context.py:82:callWithContext
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/python/context.py:117:callWithContext
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/python/threadpool.py:285:<lambda>
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/python/threadpool.py:269:inContext
2024-11-03 00:00:19.691	
--- <exception caught here> ---
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/_threads/_team.py:192:doWork
2024-11-03 00:00:19.691	
/opt/venv/lib/python3.10/site-packages/twisted/_threads/_threadworker.py:49:work
2024-11-03 00:00:19.691	
/usr/lib/python3.10/threading.py:953:run
2024-11-03 00:00:19.691	
/usr/lib/python3.10/threading.py:1016:_bootstrap_inner
2024-11-03 00:00:19.691	
2024-11-03T00:00:19+0000 acq:0 CRASH: [Failure instance: Traceback: <class 'requests.exceptions.JSONDecodeError'>: Expecting value: line 1 column 9 (char 8)

EDIT: socs image tag: v0.5.1-22-g7d2f158-dev

@BrianJKoopman BrianJKoopman added bug Something isn't working needs triage Cause of bug still unknown, needs investigation. labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Cause of bug still unknown, needs investigation.
Projects
None yet
Development

No branches or pull requests

2 participants