Mictronics / readsb-protobuf

Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices. Future development version with protocol buffer storage.
Other
92 stars 25 forks source link

Error message "InvalidStateError: A mutation operation was attempted on a database that did not allow mutations." on readsb webinterface #15

Closed BugDeliverer closed 3 years ago

BugDeliverer commented 3 years ago

Setup: Docker container readsb-protobuf running on headless Arch Linux. Container is checked daily and updated if necessary. About 2 weeks ago everything was fine. Today accessing the readsb webinterface (default port :8080) leads to the message "InvalidStateError: A mutation operation was attempted on a database that did not allow mutations." Afterwards the map loads as usual, but no planes are listed or shown.

Mictronics commented 3 years ago

Clear the application (webinterface) cache in browser, also delete the indexedDB storage. In Chrome that's via F12 developer tools, the Application. (while webinterface is open) The indexedDB will be initialized when you reload the page. Developer console has some logging for that.

BugDeliverer commented 3 years ago

The error occurred when connecting with a clean installed laptop. A few days later (using another laptop) everything is fine again.