Hello,
Since the last update, I cannot sync with my Diskstation, from my Manjaro latest version.
I am having SSL errors, and even unable to login if I check not to verify the certificates. Am I the only one ? If not, somebody has a solution ?
Here is what I have :
2022-11-01T18:43:41 ( 2729:14272) [ERROR] protocol-ui.cpp(299): ProDSQuerySSLSignature: code: -201, reason: channel error while converting SSL channel.
2022-11-01T18:43:41 ( 2729:14272) [ERROR] pc-error-handler.cpp(571): Get signature fail. not in quickconnect mode. Failed to pass sign auth.
2022-11-01T18:44:28 ( 2729:72512) [ERROR] protocol-ui.cpp(669): ProDSGetListViewBySession: channel error while converting SSL channel
Anyway, thank you for your work !
Regards, ZEBofx
Pinned Comments
DamianUntapped commented on 2025-04-12 20:54 (UTC) (edited on 2025-05-27 01:13 (UTC) by DamianUntapped)
I fixed it on Wayland. For anyone else having issues, all I needed to do was run 'set QT_QPA_PLATFORM xcb' in the terminal. Make sure you have wayland qt5 installed with this command 'yay -S qt5-wayland' first. Then start up synology drive and it should work. If you don't want to do all of this every time you log in, I found that editing the synology-drive-autostart.desktop file "exec=" line to this "env QT_QPA_PLATFORM=xcb; synology-drive start" makes it start up at log in. This file can be found at ~/.config/autostart. You will want admin privileges to edit the file (using sudo and an editor like gedit). Another update, sometimes it still wouldn't start at login with these changes, so I duplicated the auto start file and dropped it in this folder ~/.config/autostart-scripts and that seems to be working consistently.