-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: listener didn't work in termux #2
Comments
Okay. I will check if there is any issue. I'll update you after resolving issue. |
Has this been fixed? I'm getting the exact issue. |
I'm working on this issue. Need some time :) |
@Brokong Your phone should be rooted, or else it wouldn't work. The script is trying to list the directory "/sys/class/net" which cannot be accessed unless you have root permission and in your case i don't think so. |
Well how to root a ph |
ุงุนู ู ุนูู ููุณ ุงูู ุดููุฉ ุงุฑูุฏ ุญูุง ููุฑู |
ูู ู ู ุญู |
When I start a listener.. it shows..
๐
Select operating system to create listner
Android
Windows
Linux
Back to main menu
Select your choice >> 1
Traceback (most recent call last):
File "/data/data/com.termux/files/home/Paybag/paybag.py", line 590, in
sel()
File "/data/data/com.termux/files/home/Paybag/paybag.py", line 524, in sel
sel2()
File "/data/data/com.termux/files/home/Paybag/paybag.py", line 379, in sel2
table()
File "/data/data/com.termux/files/home/Paybag/paybag.py", line 185, in table
inte=os.listdir('/sys/class/net/')
PermissionError: [Errno 13] Permission denied: '/sys/class/net/'
~/Paybag $
Please help me to fix this problem..๐ฅ๐ข
The text was updated successfully, but these errors were encountered: