chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
422 stars 60 forks source link

cmd line util - error response 417 #325

Closed kcwebby closed 1 year ago

kcwebby commented 1 year ago

When using the cmd line tool to add/remove users, we have started to get a response of ``` 417 Expectation Failed

chuot commented 1 year ago

By cmd line tool, I assume you're talking about the rdio-scanner -cmd <command> arguments passed to the Rdio Scanner executable. By looking at the code, there's something wrong while writing to the database. There must be some logs thrown by Rdio Scanner that could shed some light.

chuot commented 1 year ago

Closing as no new update on this issue