Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

chromium-chromedriver package #2

Open
DocKali opened this issue Apr 15, 2020 · 8 comments
Open

chromium-chromedriver package #2

DocKali opened this issue Apr 15, 2020 · 8 comments
Labels
help wanted Extra attention is needed

Comments

@DocKali
Copy link

DocKali commented Apr 15, 2020

Hi,
First, thanks for this tool, really interesting.
I just found a problem, the package chromium-chromedriver you ask to install in the requirements can't be find through apt install.
Which package could replace it ?
Thanks for your work !

@bernsteining
Copy link
Owner

Hmm weird, I can download it with apt ...

You can still try to download chromium-chromedriver binary on the official website : https://chromedriver.storage.googleapis.com/index.html?path=81.0.4044.69/

Then, place it in /usr/bin/ (default path when installed with apt), and make it executable.

Or, you can find a way to find the chromium-chromedriver.deb and install it with dpkg.

Are you sure you are typing 'sudo apt install chromium-chromedriver' without any mistake when trying to install chromium-chromedriver?

@DocKali
Copy link
Author

DocKali commented Apr 15, 2020

As you said, really weird... It might came from my sources, I'll check.
I install chromedriver manually in /usr/bin and chmod +x it.
I have now a problem with Selenium and "Chrome failed to start". I'm looking at it, I already have this kind of problem.

@bernsteining bernsteining added the help wanted Extra attention is needed label Apr 22, 2020
@justadoll
Copy link

err

Hi, tool is realy interesting, but after installing chromedriver I have trouble with webdriver(?)
Have any ideas how to troubleshoot that?

@bernsteining
Copy link
Owner

Hi, did you try to chmod +x the chromedriver binary?

Maybe the chromedriver isn't located in /usr/bin/ in your case, so you'd have to change the hardcoded chromedriver path in the source code of instaloctrack.

@justadoll
Copy link

justadoll commented Jun 26, 2020 via email

@bernsteining
Copy link
Owner

Another way to fix that would be to locate your chromedriver by typing :

whereis chromedriver

If chromedriver is correctly installed, this should output the chromedriver's path in the console. You can use this path to change the 118th line of instaloctrack.py which contains the hardcoded path of chromedriver.

I'm currently trying to figure out how to dockerize this tool in order to get rid of all these kinds of problems.

@miguebarbell
Copy link

I have the same issue. I had to manually place chromedriver to /usr/bin
I checked the permission to make it executable.
Then I have the same problems posted in the picture.

@bernsteining
Copy link
Owner

You can now try with the Docker image provided, instructions are available in the README.md.

Feedback / testing appreciated :)

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants