-
Notifications
You must be signed in to change notification settings - Fork 61
chromium-chromedriver package #2
Comments
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? |
As you said, really weird... It might came from my sources, I'll check. |
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. |
Oh, tnx
I will try to fix that )
пт, 26 июн. 2020 г. в 03:35, bernsteining <notifications@github.com>:
… 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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJUARN55LTJTEWQNOXZWI6TRYPUN7ANCNFSM4MIMRNQA>
.
|
Another way to fix that would be to locate your chromedriver by typing :
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. |
I have the same issue. I had to manually place chromedriver to /usr/bin |
You can now try with the Docker image provided, instructions are available in the README.md. Feedback / testing appreciated :) |
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 !
The text was updated successfully, but these errors were encountered: