ghostboard / ghost-purge-images

CLI tool to display & purge the uploaded images, video and audio files that currently are not used in any post, page or meta data
MIT License
90 stars 4 forks source link

Timeout Error #15

Closed WatsonJH closed 3 years ago

WatsonJH commented 3 years ago

Hi :)

I generated my API keys but I get the following error: ❌ Error: Error: connect ETIMEDOUT MyServerIPAddress:443

Thx

WatsonJH commented 3 years ago

I tried with Ghost in Private and Public mode, but same results...

dburgos commented 3 years ago

Hi

Looks like a connectivity issue, this tool is using the url value at your ghost/config.production.json feel free to check it

You don't have to provide the port (like :443 you provided) or the IP. Just use the public URL (like https://example.com/blog, https://myblog.com, http://blog.example.com or similar) like you visit via browser

Hope this helps, let me know any question :)