SyncAPI #2550
Unanswered
chudson1984
asked this question in
Q&A
SyncAPI
#2550
Replies: 1 comment
-
|
I believe this error indicates the remote host is not listening on port 443. Perhaps a host based firewall rule is blocking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a little bit of trouble getting SyncAPI to work. I have a RackNerd VPS. Attached are screenshots of my config for both the local and remote install. I only did a web only install on the remote device. I cant rememeber but pretty sure I did a full install on the local device.

What am I missing?
Local Device
Remote Device

This is the error I get when I run the upload test.py command:
2025-12-04 02:41:20,526 [WARNING] MainProcess upload_test.syncapi() [193]: Testing SyncAPI transfer
2025-12-04 02:41:20,579 [INFO] MainProcess upload_test._fileUploadWorkerStart() [291]: Starting FileUploader process 1
2025-12-04 02:41:20,585 [INFO] MainProcess upload_test.syncapi() [224]: Testing Image: ccd_01e7318f-5ced-4083-9cff-ac9591159783/exposures/20251203/night/04_02/ccd1_20251204_024059.jpg
2025-12-04 02:41:21,605 [INFO] MainProcess generic.put() [80]: Uploading /var/www/html/allsky/images/ccd_01e7318f-5ced-4083-9cff-ac9591159783/exposures/20251203/night/04_02/ccd1_20251204_024059.jpg
2025-12-04 02:41:21,695 [ERROR] MainProcess uploader.processUpload() [481]: Connection failure: HTTPSConnectionPool(host='198.46.215.154', port=443): Max retries exceeded with url: /indi-allsky/sync/v1/image (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffeaa05e660>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-04 02:41:21,703 [WARNING] MainProcess miscDb.addNotification() [1017]: Not adding existing notification
2025-12-04 02:41:26,596 [INFO] MainProcess upload_test._fileUploadWorkerStop() [327]: Stopping FileUploadWorker process
2025-12-04 02:41:32,710 [WARNING] MainProcess uploader.saferun() [120]: Goodbye
Beta Was this translation helpful? Give feedback.
All reactions