Hi,
I'm using the current production branch (2.7.0), but I can't seem to get file syncing to work. I can sync entries in my library, but not files. In particular, I get a series of errors like this in the Zotero client:
[JavaScript Error: "S3 returned 0 (1/3FCKK2HV) -- retrying upload"]
The client also never stops trying to sync. I can see repeated POST requests to the items path in the dataserver logs, but when I open the MinIO browser, the zotero and zotero-fulltext buckets are completely empty.
Interestingly, like @aitianshi, I also noticed that the .env file S3HOST points to 10.5.5.1 instead of 10.5.5.7. However, I tried switching the IP to 10.5.5.7 as well as minio, but neither seems to affect the behavior.
Finally, if I change the S3HOST to my-vm-url:9000 and expose port 9000 of the MinIO container, I get a different behavior. With that setup, I do actually see files in the MinIO bucket. But I am only ever able to sync exactly two files: no more, no less. After that, the dataserver starts issuing a series of curl error 7: couldn't connect to server errors, and I get 500 errors in the Zotero client.
Am I doing something wrong? Should file syncing work? Or is it not supported yet?
Hi,
I'm using the current
productionbranch (2.7.0), but I can't seem to get file syncing to work. I can sync entries in my library, but not files. In particular, I get a series of errors like this in the Zotero client:The client also never stops trying to sync. I can see repeated
POSTrequests to theitemspath in thedataserverlogs, but when I open the MinIO browser, thezoteroandzotero-fulltextbuckets are completely empty.Interestingly, like @aitianshi, I also noticed that the
.envfileS3HOSTpoints to10.5.5.1instead of10.5.5.7. However, I tried switching the IP to10.5.5.7as well asminio, but neither seems to affect the behavior.Finally, if I change the
S3HOSTtomy-vm-url:9000and expose port 9000 of the MinIO container, I get a different behavior. With that setup, I do actually see files in the MinIO bucket. But I am only ever able to sync exactly two files: no more, no less. After that, thedataserverstarts issuing a series ofcurl error 7: couldn't connect to servererrors, and I get500errors in the Zotero client.Am I doing something wrong? Should file syncing work? Or is it not supported yet?