u/admin/hub_sync ConnectionRefused
Hi, I am new to winmill,
I currently set it up with postgresql 17 according to the documentation, however I can not seem to pull the resources via the hub_sync, I am always getting the following error, even tough my server has access to the urls in hub.windmill.dev (wget to them works and downloads the json obejcts), Error: Unable to connect. Is the computer able to access the url?
{
"code": "ConnectionRefused",
"path": "https://hub.windmill.dev/resource_types/93/firebase",
"errno": 0
}.
also other parts of winmilll (flows and scripts are running fine, currently I have 1 flow which runs a python scripts that backups up my postgresql instance, the script also updates the windmill state, but currently had to configure it without resource)
Would appriciate help on this.
Would appriciate help on this.
3 Replies
also forgot to mention, i can also load scripts from the hub, so it is not a network issue.
loading scripts from the hub is done on the frontend, it's not indicative of what the workers can do
Hi, i have single standalone windmill instance
The script is scheduled to run every night at 12:00, i have no idea why but for some reason it worked on the 21/1 and manged to import all the resources, the rest of the runs in the week as well as manual runs still fail with the exact same error "connection refused"