Closed imba-tjd closed 3 years ago
did you managed to solve this issue? and if you did: HOW?
No. The developers has decided not to maintain this project anymore, so I closed this.
Thanks anyway for the reply. I have a similar error in a django-scrapyd application, but I can't manage to find a solution. It is driving me crazy. Have a good day, and happy coding
hello @alessandroias did you find a solution ?
hello @alessandroias did you find a solution ?
Kinda, I changed the way I was dockerizing the app, and used docker network.
can you explain how you manage to solve it thank you
I run it by
docker run -v ~/portia_projects:/app/data/projects:rw -p 9001:9001 scrapinghub/portia
(exactly the same command in Readme)When I choose Deploy a project, I got this error:
The following content is produced by
curl -d "" xxx:9001/api/projects/TEST/deploy
because I can't copy the response in FF's network tab. Thus I can't promise it's 100% matching.Response
``` ConnectionError at /api/projects/TEST/deploy HTTPConnectionPool(host='localhost', port=6800): Max retries exceeded with url: /addversion.json (Caused by NewConnectionError('Besides, I can't enter anything in
Enter a website address
when it's behind nginx L7 proxy.