StJudeWasHere

Results 10 comments of StJudeWasHere

Can you provide more details? URL, crawler options or any error printed out.

> Mixed Content: The page at 'https://seonaut.mydomain.fr/crawl/live?pid=4' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://seonaut.mydomain.fr/crawl/ws?pid=4'. This request has been blocked; this endpoint must be...

Yes, you only need to build the app service ```docker-compose up -d --build app```.

> `WebSocket connection to 'wss://xxxx/crawl/ws?pid=2' failed` > > Same error here. Does anyone know how to solve it? Make sure you added your domain name in the config file. Also...

> Any ideas? Try changing the url in the config file so it matches the url you're using to access seonaut. Also, if you're using something like apache or nginx...

> host = "192.168.2.13" Try setting this back to host = "0.0.0.0". Depending on your docker set up you may need to use the docker name like host = "app".

> Where must the host = be passed, and with what value? It's set in the config file, your settings look good. The only missing thing seems to be the...

I'm closing this as I can't reproduce it. It seems more an issue with the reverse proxy settings rather than an issue with the code itself. Anyway, the documentation has...

This looks like a timeout getting some of the packages. Make sure you're using the latest version with the updated dependencies and try again.

I don't have any Windows computer to test this out. Is it still an issue? Can someone check it out?