NTRIP server timeout error
-
Hello everyone,
I am using STRSVR (RTKLIB streaming server) to format my u-blox serial stream into RTCM 3 and forward it to my NTRIP caster. Last week I set up a yccaster on my Fedora desktop and it worked perfectly. But now STRSVR is giving me a timeout error on the NTRIP connection, see image below. Since the initial setup I have not modified the yccaster configuration.
Has anyone else encountered this issue?
So far I have tried restarting the PC, deleting all yccaster files and doing the same setup again, and checking all RTKLIB settings.
-
@maxi012322 Does your casters services up and running? You can check it with
systemctl status caster
The service should be active
● caster.service - YCCaster Loaded: loaded (/etc/systemd/system/caster.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2022-01-26 16:39:07 UTC; 8 months 25 days ago Main PID: 698 (yccaster) Tasks: 7 (limit: 1132) Memory: 11.1M CGroup: /system.slice/caster.service └─698 /var/caster/yccaster Jan 26 16:39:07 yccaster systemd[1]: Starting YCCaster... Jan 26 16:39:07 yccaster systemd[1]: Started YCCaster. Jan 26 16:39:08 yccaster caster[698]: [2022-01-26 16:39:08] WARN license-key is not defined, running in free mode
Also you can check caster log file.
-
@ilyavialkov without changing anything, this week everything seems to be working fine.
I have not yet set the caster up as a service, so I can't check the status. But the process was running.
While I am happy that it is working right now, preventing this from happening in a productive system is still essential. Any idea what could have caused it?
-
@maxi012322 Hm.. Did not get such an error previously. Please publish your caster config file, I will try to replicate it.