Closed icescoop12 closed 6 months ago
try with: chmod +x noip-renew.py
first, then re-run bash noip-renew-theskid.sh
thanks but now i get this:
`Traceback (most recent call last): File "/home/theskid/.local/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/theskid/.local/lib/python3.11/site-packages/selenium/webdriver/common/selenium_manager.py", line 89, in driver_location args = [str(self.get_binary()), "--browser", browser] ^^^^^^^^^^^^^^^^^ File "/home/theskid/.local/lib/python3.11/site-packages/selenium/webdriver/common/selenium_manager.py", line 63, in get_binary raise WebDriverException(f"Unsupported platform/architecture combination: {sys.platform}/{arch}") selenium.common.exceptions.WebDriverException: Message: Unsupported platform/architecture combination: linux/aarch64
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/bin/./noip-renew.py", line 234, in
chromedriver is in path:
theskid@raspberrypi:/usr/local/bin $ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
its in here: /usr/bin
mmm are you sure the setup.sh didn't throw any error and all components were installed properly? you can re-run it if you want and paste here the output.
ciao @icescoop12 hopefully you've solved your issue, if not, please feel free to reopen!
hi running on bookwork debian raspbian ran bash setup.sh, and set up account info im stuck on the last bit,(after installing script and entering username and password(also didn't get option 3 about the crontab))
4.Run noip-renew-USERNAME command.
tried as user and root and with sudo commands to run above but i get:theskid@raspberrypi:~$ cd /usr/local/bin theskid@raspberrypi:/usr/local/bin $ bash noip-renew-theskid.sh noip-renew-theskid.sh: line 10: ./noip-renew.py: Permission denied theskid@raspberrypi:/usr/local/bin $ sudo bash noip-renew-theskid.sh noip-renew-theskid.sh: line 10: ./noip-renew.py: Permission denied theskid@raspberrypi:/usr/local/bin $ su Password: root@raspberrypi:/usr/local/bin# bash noip-renew-theskid.sh noip-renew-theskid.sh: line 10: ./noip-renew.py: Permission denied root@raspberrypi:/usr/local/bin#