zocker-160 / SyncThingy

SyncThingy = Syncthing + simple tray indicator
GNU General Public License v3.0
100 stars 0 forks source link

[STEAM DECK] Syncthing failed to start! exit code (1) #26

Closed Philipoo0 closed 3 months ago

Philipoo0 commented 3 months ago

Hello,

On steamDeck after installing background service

mkdir -p ~/.config/systemd/user wget https://raw.githubusercontent.com/zocker-160/SyncThingy/master/linux_packaging/syncthingy.service -O ~/.config/systemd/user/syncthingy.service systemctl --user enable --now syncthingy

Syncthing start correctly on gaming mode but I get an error when switching to desktop mode Syncthing failed to start! exit code (1)

It looks like it is a tray indicator issue only as the server is running despite the error, but i do not have the icon I have HTTPS enabled in the server and autostart option activated in the syncthingy setting

Thanks in advance

zocker-160 commented 3 months ago

did you also set the url in the setting to HTTPS?

If you switch to HTTPS but keep the URL to the HTTP default, the tray icon will fail to check the service state.

Philipoo0 commented 3 months ago

Indeed, it was the problem. Issue is solved. Thanks a lot for your job !