Synchcronization error
I had an error with synchronization via Yandex Disk (WebDAV).
HTTP response with error 0.
Synchronization was working recently and was configured correctly.
Yandex support wrote that the problems may be related to the lack of SSL support by the application.
What can I try to solve this problem?
Report ID: 1333254743
HTTP response with error 0.
Synchronization was working recently and was configured correctly.
Yandex support wrote that the problems may be related to the lack of SSL support by the application.
What can I try to solve this problem?
Report ID: 1333254743
There's no problem with Zotero's SSL support. I can connect to https://webdav.yandex.ru from Zotero without trouble.
Tools → Developer → Run JavaScript:
return (await Zotero.HTTP.request('GET', 'https://webdav.yandex.ru')).status
===>200<=== (number)
For a long time everything worked fine and somewhere in the evening of July 16th problems started
I use this command on both computers (Win 10 and 11) that had sync issues:
return (await Zotero.HTTP.request('GET', 'https://webdav.yandex.ru')).status
Return value: ===>200<=== (number) on both
https://s3.amazonaws.com/zotero.org/images/forums/u17020598/m4hkhztlrokp447nd1p6.png
https://s3.amazonaws.com/zotero.org/images/forums/u17020598/c4gp15ewlr5vp0dtiqfg.png
What could this mean?