besuper / TwitchNoSub

An extension to watch sub only VOD on Twitch
Apache License 2.0
1.43k stars 62 forks source link

0.7.1 Don't work right now #111

Closed CatSpaceMarines closed 3 weeks ago

CatSpaceMarines commented 1 month ago

Paid vods are not playable. Also, streams are not playable. Infinite loading. https://www.twitch.tv/videos/2160769412 Cent browser

mylifeforcrab commented 1 month ago

It's working for me on chrome

besuper commented 3 weeks ago

Hi, it's also working for me. Try to reinstall the extension or try the userscript

r3d5ky commented 3 weeks ago

It could also be because jsdelivr sometimes seems to block the connection and the script loading gets stuck, at least in my country, and it looks like that the size of file matters, because it loads patch normally, i assume that because it is small, and for relatively big amazon-ivs-worker it hangs in the middle of downloading. With VPN it loads all the scripts normally. So for myself i changed link to amazon-ivs-worker in the userscript to https://unpkg.com/amazon-ivs-player/dist/assets/amazon-ivs-worker.min.js

Also @CatSpaceMarines, nice choice of streamer to watch, i watch him too (: So try to use userscript instead and change link for amazon-ivs-worker.min.js file to link above, like this:

super(URL.createObjectURL(new Blob(["importScripts('https://cdn.jsdelivr.net/gh/besuper/TwitchNoSub/src/patch_amazonworker.js', 'https://unpkg.com/amazon-ivs-player/dist/assets/amazon-ivs-worker.min.js');"])));
CatSpaceMarines commented 3 weeks ago

Thanks a lot, I installed the script and it works!!!