ftde0 / yt2009

2009 youtube frontend.
Apache License 2.0
193 stars 119 forks source link

Issue with setting up on termux on android 11 #32

Open jimkoutso2008 opened 11 months ago

jimkoutso2008 commented 11 months ago

All of the steps where fine without a problem, but when I try to run node backend.js, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup. Screenshot_20231227-015217338

EpicSentry commented 11 months ago

You can't have anything listening on ports under 1024 without root. Are you running this on a rooted phone?

jimkoutso2008 commented 11 months ago

Yes it's running on a rooted phone with magisk. Also tried porting to :2009 (pun intended) and now it works

breakgimme commented 11 months ago

Yes it's running on a rooted phone with magisk.

your phone is rooted, but you're not running termux as root if you want to run yt2009 on port 80 you can install tsu and launch yt2009 with it

jackhacksren commented 11 months ago

All of the steps where fine without a problem, but when I try to run node backend.js, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup. Screenshot_20231227-015217338

now how do you get it setup cuz i need module realine sync and npm install doesnt work

aldairbotherotaku commented 7 months ago

All of the steps where fine without a problem, but when I try to run node backend.js, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup. Screenshot_20231227-015217338

now how do you get it setup cuz i need module realine sync and npm install doesnt work

use a chroot then, there is no real need of root. proot should fix this problem

aldairbotherotaku commented 7 months ago

Use https://github.com/TermuxArch/TermuxArch or see youtube.com/watch?v=0avuI2g4uOM for learn how to use chroot on termux