-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hanging on "Connecting to the server" after launched crawling #24
Comments
Can you provide more details? URL, crawler options or any error printed out. |
@StJudeWasHere I'm having the same problem while running the docker image. Trying to crawl this URL with default options: When opening the console on Chrome I can see this error: |
For me, I have that error in the console: 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 available over WSS. And I'm not sure, but maybe the crawling is done, but it give no update about that... |
If you're using https, make sure to update the server url in the config file as well. Otherwise it could cause this kind of error. |
You mean the "config" file ? Should I redo |
Yes, you only need to build the app service |
Ok, I did that and now I get:
I tried that for my apache configuration:
|
It used to work but now when I click on "Crawl now" it just write "Connecting to the server, please wait..." and never change, the crawling never happen.
The text was updated successfully, but these errors were encountered: