cubicbyte / reddit-account-generator

Automatically generate reddit accounts
MIT License
62 stars 13 forks source link

Issues running run_tor.py #29

Closed Anonmike closed 6 months ago

Anonmike commented 6 months ago

Screenshot_20240512-122614_Termux.jpg

I get this error when I try running the script on termux (device is not rooted)

cubicbyte commented 6 months ago

Hi, it's probably because you forgot to change the permissions of file: chmod +x libTor.so

Anonmike commented 6 months ago

Hi, it's probably because you forgot to change the permissions of file: chmod +x libTor.so

Screenshot_20240512-215617_Termux.jpg

Can you pls give me the command for that? I tried using the files name still didn't work

cubicbyte commented 6 months ago

chmod +x ~/reddit-account-generator/tor-expert-bundle-android-x86_64-13.0.14/tor/libTor.so

or chmod 777 ~/reddit-account-generator/tor-expert-bundle-android-x86_64-13.0.14/tor/libTor.so

Anonmike commented 6 months ago

Thanks bro that fixed it Thanks a lot 🙏

cubicbyte commented 6 months ago

You're welcome!