Thank you for the reply!
I tried your command: sed -i '/^key=/d; /^sn=/d' /etc/rbfeeder.ini
I needed to add an sudo in front like this: sudo sed -i '/^key=/d; /^sn=/d' /etc/rbfeeder.ini
That didn't delete the key or sn lines, so I used the nano editor to remove them and rebooted.
After the reboot, I saw that key and sn were not added until several seconds. The rbfeeder probably didn't add them until it started. Then, key and sn were added to the rbfeeder.ini.
The rbfeeder.log is still giving "Error authenticating Sharing-Key: Invalid sharing-key", and I'm also seeing messages like this alternating:
"Connection established."
"Could not start connection. Timeout."
Like this:
[2023-07-02 15:06:05] Connection established.
[2023-07-02 15:06:15] Could not start connection. Timeout.
[2023-07-02 15:06:23] ******** Statistics updated every 60 seconds ********
[2023-07-02 15:06:23] Packets sent in the last 60 seconds: 1, Total packets sent since startup: 6
[2023-07-02 15:06:23] Data sent: 360 B
[2023-07-02 15:06:23] Data received: 164 B
[2023-07-02 15:07:16] Connection established.
[2023-07-02 15:07:16] Error authenticating Sharing-Key: Invalid sharing-key
[2023-07-02 15:07:24] ******** Statistics updated every 60 seconds ********
[2023-07-02 15:07:24] Packets sent in the last 60 seconds: 1, Total packets sent since startup: 7
[2023-07-02 15:07:24] Data sent: 427 B
[2023-07-02 15:07:24] Data received: 192 B
[2023-07-02 15:07:26] Could not start connection. Timeout.
[2023-07-02 15:08:25] ******** Statistics updated every 60 seconds ********
[2023-07-02 15:08:25] Packets sent in the last 60 seconds: 0, Total packets sent since startup: 7
[2023-07-02 15:08:25] Data sent: 427 B
[2023-07-02 15:08:25] Data received: 192 B
And I still cannot claim the ticket (key in rbfeeder.ini) on this page:
https://www.radarbox.com/sharing-data/claimI get: "Sharing Key not found".
It looks like something is down on your end?