Tyler Jaacks
Tyler Jaacks
@LennyKappa also where did u find that out from?
@TylerJaacks i'm aware but you have to fix this to see what fails next
@denilsonsa this fixed it for me. I agree that it is probably not good to bootstrap Flatpaks manually, but it works. I think there needs to be an issue for...
I have this issue as well.
I commented out line 17 in utils/helper.py and I think that fixed it.
Does if have something to do with this ``` # Gets segments for the next video before it starts playing elif event_type == "autoplayUpNext": if len(args) > 0 and (...
So I was looking at the pyytlounge code and the youtube lounge api documentation. I see this ``` Set autoplay Video Play command name = `setAutoplayMode` &count=1 &autoplayMode=ENABLED / ENABLED...
or never mind couldn't u just process this event ```onAutoplayModeChanged``` cause it doesn't look like that is currently happening.
@dmunozv04 do u have the code that you used?
ok I added ``` elif event_type == "setAutoplayMode": data = args[0] print(data)``` and this seems to disable them for me what is what I want, so I just forked for...