bot_guard.py and nodejs path & YT dictionary keys issue #433
Fawn06220
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
I couldn't make run my project(a GUI) using Pytubefix anymore because of the token problem, i saw your fix about it but even nodejs installed it didn't work, so i had a look into bot-guard.js and i found(i'm not a pro dev i might be wrong)
Original code :
will output :
So it never find the path stored in env variables.
I changed it to :
output :
Edit :
Looks like the dictionary keys on YT changed !!!
Strangely it looks like it didn't change on YT, so i don't get what is going wrong...
Ok i just think my dict is empty or not created because of the PoToken story, still i don't understand when is the function "generate_po_token" in "bot_guard.py" called... Actually it's never called...
Beta Was this translation helpful? Give feedback.
All reactions