OP25 OP25 weird error in logs

Status
Not open for further replies.

maredzki

Member
Feed Provider
Joined
Feb 21, 2019
Messages
75
Hello everyone,

I started to see this weird error in one of my OP25 RPis streaming to broadcastify. Anyone cares to elaborate? @boatbod maybe? It dumps every second or so in the log.

Everything seems to be working fine, or at least I think it is :)

post_req: error processing input: [{"command":"update","arg1":0,"arg2":0}]:
post_req: error processing input: [{"command":"update","arg1":0,"arg2":0}]:

Thanks all!
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,417
Location
Talbot Co, MD
Hello everyone,

I started to see this weird error in one of my OP25 RPis streaming to broadcastify. Anyone cares to elaborate? @boatbod maybe? It dumps every second or so in the log.

Everything seems to be working fine, or at least I think it is :)

post_req: error processing input: [{"command":"update","arg1":0,"arg2":0}]:
post_req: error processing input: [{"command":"update","arg1":0,"arg2":0}]:

Thanks all!
Curious.
Off the top of my head I can't say why the error is occurring, but it's almost certainly related to changes recently made to support python3. The "post_req" portion of the code is part of the http_server module which handles update requests/responses to the GUI.
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,417
Location
Talbot Co, MD
ETA: there is an exception being trapped but the log message is inadequate. Let me make a small change so you can gather more info.
If you pull an update you should see a small change to http_server.py which will log the text of the exception so we can debug further.
 
Last edited:
Status
Not open for further replies.
Top