LoneFox78
LoneFox78
> Also, how is Twitch doing 'not logged in' users? Are they forcing everyone to sign up now? There are two kinds of tokens, client-specific and user-specific. You need only...
I don't really know python, but I got this working based on what youtube-dl does: ``` diff -bur livestreamer-20160315-orig/src/livestreamer/plugins/twitch.py livestreamer-20160315/src/livestreamer/plugins/twitch.py --- livestreamer-20160315-orig/src/livestreamer/plugins/twitch.py 2016-03-15 06:28:45.000000000 +0200 +++ livestreamer-20160315/src/livestreamer/plugins/twitch.py 2016-09-15 20:56:25.000000000 +0300...
@javiercantero Done. For some reason it does not allow me to select your repository for the pull request, so I made it for this (chrippa's) repo instead. At least this...
Looks like there is only one instance of removed API being used, namely this: https://github.com/hrydgard/ppsspp/blob/f58d4dfcfe414f8b0d411f3dc7009141ecf37481/Core/HW/MediaEngine.cpp#L437 I don't know how to fix that. Commenting it out makes the project build, but...
OK, after adding some `printf()` calls, I see what is going on. It didn't show a failing command, because it is bailing out before even running one. Right here: ```...
I noticed this problem on my laptop, and did some testing: On wifi - Using typical wireless bootscript, which shuts down wpa_supplicant before dhcpcd, this buggy behavior happens. - But...