shamhi / TapSwapBot

Bot that mines coins in Tapswap
https://t.me/tapswap_bot
174 stars 58 forks source link

ERROR SIR :( #82

Open fiqi732 opened 2 weeks ago

fiqi732 commented 2 weeks ago

Screenshot (6)

Mikeyounger commented 2 weeks ago

Same here

kamranmt21 commented 2 weeks ago

Same problem

rmnvskii commented 2 weeks ago

Same too

headNbyte commented 1 week ago

@fiqi732 @Mikeyounger @kamranmt21 @rmnvskii Please try the latest commit.

fiqi732 commented 1 week ago

@headNbyte I got a problem after doing sh install.sh command (E: package firefox has no installation candidate) on wsl2 windows 10

headNbyte commented 1 week ago

@fiqi732 try to run the commands described inside install.sh, it looks like the repositories of firefox were not registered in your system

fiqi732 commented 1 week ago

@headNbyte when I want to install Firefox I find a warning like this Screenshot (8)

headNbyte commented 1 week ago

@fiqi732


sudo apt update
sudo apt install -y software-properties-common

sudo add-apt-repository -y ppa:mozillateam/ppa
sudo tee /etc/apt/preferences.d/mozilla-firefox <<EOF
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
EOF

sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox <<EOF
Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:\${distro_codename}";
EOF

sudo apt update
sudo apt upgrade
sudo apt install -y firefox

sudo tee -a /etc/hosts <<EOF
127.0.0.1 localhost
EOF
fiqi732 commented 1 week ago

@headNbyte ┌──(fiqi㉿DESKTOP-D5SQ39M)-[~] └─$ sudo add-apt-repository -y ppa:mozillateam/ppa Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 362, in sys.exit(0 if addaptrepo.main() else 1) ^^^^^^^^^^^^^^^^^ File "/usr/bin/add-apt-repository", line 345, in main shortcut = handler(source, shortcut_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler return handler(shortcut, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in init if self.lpppa.publish_debug_symbols: ^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa self._lpppa = self.lpteam.getPPAByName(name=self.ppaname) ^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam self._lpteam = self.lp.people(self.teamname) ^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'people'

┌──(fiqi㉿DESKTOP-D5SQ39M)-[~] └─$

headNbyte commented 1 week ago

@fiqi732 this is a Termux issue that you need to solve, try to search on the web how to install the firefox on Termux.