question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setup.sh does not function correctly on Debian 10

See original GitHub issue
user@domain:~/Documents/noip-renew$ ./setup.sh
No-IP Auto Renewal Script Setup.
1) Install/Repair Script            3) Uninstall Script
2) Update noip.com account details  4) Exit setup.sh
Select an option: 1
  Operating System: Debian GNU/Linux 10 (buster)
Installing necessary packages...
Perform apt-get update? (y/n): y
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package chromium-chromedriver
Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium-driver is already the newest version (90.0.4430.212-1~deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
cron is already the newest version (3.0pl1-134+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package chromium-browser is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'chromium-browser' has no installation candidate

Editing setup.sh to install chromium instead of chromium-browser seems to fix this issue.

After doing so and running noip-renew-${USERNAME}.sh (${USERNAME} being my username) the following is output:

roomsaver@Roomsaver-Server:~/Documents/noip-renew$ noip-renew-roomsaver.sh
[2021/05/26 19:32:44] - Debug level: 2
[2021/05/26 19:32:44] - Opening https://www.noip.com/login...
[2021/05/26 19:32:47] - Logging in...
[2021/05/26 19:32:47] - Message: element not interactable
  (Session info: headless chrome=90.0.4430.212)

Any help would be appreciated.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
fana13commented, Sep 16, 2021

You’re really great, thank you !

1reaction
usermigalloncommented, Sep 16, 2021

In python is very important tabulations when you add a line code, make exactly sames spaces at the beginning line.
https://stackoverflow.com/questions/5685406/inconsistent-use-of-tabs-and-spaces-in-indentation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Broken my Debian install: 'sh' not found in PATH
The program 'sh' is currently not installed. To run 'sh' please ask your administrator to install the package 'dash'.
Read more >
5.4. Troubleshooting the Installation Process - Debian
There are two very simple things that you should try first. If the disc does not boot, check that it was inserted correctly...
Read more >
How To Install and Enable SSH Server on Debian 10
This tutorial focuses on setting up and configuring a SSH server on a Debian 10 minimal server. SSH, for Secure Shell, is a...
Read more >
How to fix a "Command not found" error in Linux - Red Hat
5 ways to fix "Command not found" errors · 1. Include the path · 2. Add a new path · 3. Copy a...
Read more >
Bash script error: "function: not found". Why would this appear?
A likely cause is that the script doesn't have the execute bit set for the executing user, meaning that it's being read as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found