Termux-YTD
Termux-YTD copied to clipboard
Termux - YTD error
Hallo,
My download works fine but I'm getting an error before the downloads begin. Above is the attached screenshot. Kindly help.
Thank.
Hello there! I have looked at your problem and it seems this is not an issue with the project but your system
"The .netrc file contains login and initialization information used by the auto-login process. It generally resides in the user’s home directory, but a location outside of the home directory can be set using the environment variable NETRC." https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html
Thank you for your reply. Ok. I did edit bash.bashrc so that I could customize termux welcome screen. Could that be the reason I'm getting .netrc error and do I correct it while maintaining my customised termux?
On Thursday, 2 September 2021, Oak atsume @.***> wrote:
Hello there! I have looked at your problem and it seems this is not an issue with the project but your system
"The .netrc file contains login and initialization information used by the auto-login process. It generally resides in the user’s home directory, but a location outside of the home directory can be set using the environment variable NETRC." https://www.gnu.org/software/inetutils/manual/html_node/ The-_002enetrc-file.html
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/khansaad1275/Termux-YTD/issues/14#issuecomment-911986910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUPM3EE5KSHM27MH6BCETRTT77FKBANCNFSM5DFTA2PQ .
bash.bashrc is the startup file for Bash/GNU shell for what I'm aware this file will not interact with .netrc unless you modified it to do so.
In this case, .netrc is used by youtube-dl python script. It is necessary for proxy's auth, if you use it.