You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a lot of troubles while trying to use scrapers, every request I do ends in a "Idle timeout reached for ...", I tested the xpath as written in the wiki and it works, I tried to ping the web service from the running container and the connection does not have any issue.
The scraper I am trying to use is based on openlibrary.org, but I get this error even on the examples from the wiki or using github.com as address.
I am in a docker swarm environment, this is the service I am using:
The problem was that DNS resolution was slow with the default resolv.conf (~5sec), I injected a new resolv.conf that gives priority to an external DNS server but now postgresql name resolution is slow, so I had to reach postgres using its LAN IP address.
It is working now, but maybe some defaults can be tweaked to avoid that?
Hi, thanks a lot for developing this tool!
I am having a lot of troubles while trying to use scrapers, every request I do ends in a "Idle timeout reached for ...", I tested the xpath as written in the wiki and it works, I tried to ping the web service from the running container and the connection does not have any issue.
The scraper I am trying to use is based on openlibrary.org, but I get this error even on the examples from the wiki or using github.com as address.
I am in a docker swarm environment, this is the service I am using:
Everything else seems to work well.
Thanks in advance!
The text was updated successfully, but these errors were encountered: