NovaSDR Support Forum

General Category => Bugs => Topic started by: Bas ON5HB on 15 Nov 2025, 14:43

Title: Long jump error because of chat-history
Post by: Bas ON5HB on 15 Nov 2025, 14:43
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.