-
Notifications
You must be signed in to change notification settings - Fork 17
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
localhost: 27017 connection refused #47
Comments
Ok, I have to install mongodb and then start the service.
|
Tried
|
Is there any specific requirement about the version of Mongo? |
Just in case anyone else finds this, I was seeing the exact same thing on macOS as #47 (comment): the scraper would open a Firefox window and just sit for 30 seconds or so, then fail out with I was able to quickly fix it by swapping to Chrome instead of Firefox:
Note: you install |
I installed the required packages according to the instruction, but got the following error when trying to run the script. Is there anything else I should setup beside the steps detailed in the installation guide?
Thank you.
EDIT: Mongo has to be installed and started first. In Arch Linux the package is called
mongodb
. It's a little bit confusing for people who are not familiar with this field, because for instance if you install opencv-python, it will actually install opencv itself and its python binding, which is apparently not the case for pymongo.Info about the platform I am running: Arch Linux + Python 3.6 + mongodb 3.6.3-1 + firefox 59.
The text was updated successfully, but these errors were encountered: