Open eng1neer opened 7 years ago
If you set verbosity=3
here then it might give you more information as to have it crashes. I assume it is a problem with the url that is being loaded.
I assume it is a problem with the url that is being loaded.
I haven't constructed this URL by myself. What I do is navigate to the sample in that project.
Could you please point it out where exactly verbosity=3
should be set?
Sorry I forgot to add the link https://github.com/scrapinghub/portia/blob/develop/slyd/slyd/splash/ferry.py#L361
I can't seem to reproduce the issue, the logs, as asked by @ruairif would be helpful.
I solved it by kill it in docker.
docker ps
sudo docker kill name_from_ps
I have a project that seems to hang Portia (though it reproduced on other projects too) . After navigating to
http://localhost:9001/#/projects/charlotte/spiders/www.charlottetilbury.com/samples/bcba-41ea-87b7/data/annotations/3cf2-4a9c-9243|2134-4338-82ed?url=http%3A%2F%2Fwww.charlottetilbury.com%2Fuk%2Fhot-lips-lipstick-miranda-may.html
Portia stops responding at all until I restart the docker container. Other projects may open successfully, but visiting the above link hangs it again. I'm running it on docker,
develop
branch.I'm attaching project zip. charlotte.zip
Is there any information I can provide to help troubleshoot the issue?