instapy-quickstart icon indicating copy to clipboard operation
instapy-quickstart copied to clipboard

Error, unable to determine correct filename for 64bit linux

Open debeast7 opened this issue 4 years ago • 5 comments

Hello! I'm facing this issue whenever i enter this command "python3 quickstart.py". Can someone tell me the solution. InstaPy Version: 0.6.10 .. .. .. .. .. .. .. .. ._. Workspace in use: "/home/debeast7/InstaPy" Error, unable to determine correct filename for 64bit linux Traceback (most recent call last): File "quickstart.py", line 22, in session = InstaPy(username=insta_username, File "/home/debeast7/.local/lib/python3.8/site-packages/instapy/instapy.py", line 312, in init self.browser, err_msg = set_selenium_local_session( File "/home/debeast7/.local/lib/python3.8/site-packages/instapy/browser.py", line 120, in set_selenium_local_session driver_path = geckodriver_path or get_geckodriver() File "/home/debeast7/.local/lib/python3.8/site-packages/instapy/browser.py", line 36, in get_geckodriver sym_path = gdd.download_and_install()[1] File "/home/debeast7/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 174, in download_and_install filename_with_path = self.download(version, File "/home/debeast7/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 129, in download download_url = self.get_download_url(version, os_name=os_name, bitness=bitness) File "/home/debeast7/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 324, in get_download_url raise RuntimeError(info_message) RuntimeError: Error, unable to determine correct filename for 64bit linux

debeast7 avatar Sep 08 '20 15:09 debeast7

same here

Braslerl avatar Sep 13 '20 16:09 Braslerl

Same here

aldotoci avatar Sep 16 '20 06:09 aldotoci

same here

nandokawka avatar Sep 18 '20 13:09 nandokawka

Had the same here on ubuntu 20.04 LTS. The issue isnt with instapy, it was with the webdriverdownloader.py. I ran

sudo apt install firefox-geckodriver

And that fixed it for me. Hope this works for you all!

Ronster2018 avatar Oct 08 '20 01:10 Ronster2018

Had the same here on ubuntu 20.04 LTS. The issue isnt with instapy, it was with the webdriverdownloader.py. I ran

sudo apt install firefox-geckodriver

And that fixed it for me. Hope this works for you all!

This fixed it for me as well. Thanks!

robertgagnon726 avatar Oct 13 '20 23:10 robertgagnon726