NovaSDR is uploaded to the github, it's updated Phantom at the moment. Keep this in mind.

Long jump error because of chat-history

Started by Bas ON5HB, 15 Nov 2025, 14:43

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bas ON5HB

I got longjump error again, chat-history file became locked, couldn't enter chat messages anymore for some reason.
Systemd didn't restart the spectrum-server.

So first attempt to fix it, 'crontab -e' and insert something like this:

# Remove Chat-file every day at 0:00 hour
* 0  * * * rm /opt/PhantomSDR-Plus/v2/chat_history.json

It will remember the chat in memory, but the spectrumserver can write again.