Closed Laenthor12 closed 1 month ago
Hm, that's awkward, lemme see what I can do
Please do the following:
about:debugging#/runtime/this-firefox
chrome.storage.local.get(data => console.log(JSON.stringify(data, null, 2)));
I tried with a video running when it's doing the bug but it seems to do the same thing regardless.
same problem
This is how the settings look, the extension can't be disabled in the extension's menu
Yep, as I suspected, for some reason the storage format updater script did not execute as expected for some reason https://github.com/avi12/youtube-auto-hd/blob/58b4ba51d48292be34131c627bc08b193028ab49/src/entrypoints/background.ts#L18-L41 I'll push another version that hopefully fixes it
Pushed version 1.9.1
For me it didn't solve the problem.
Pushed version 1.9.2
I wish I could go to bed now 🙈
well, go to bed, it's not like this is a life/death situation XD. As soon as it update I will give you a feedback if I'm still online.
Nah, I'll just wait for someone to receive the updates to ensure that it works As the famous saying goes, "it works on my machine"
I did update it with from the firefox addon page https://addons.mozilla.org/it/firefox/addon/youtube-auto-hd-fps/versions/?utm_content=addons-manager-reviews-link&utm_medium=firefox-browser&utm_source=firefox-browser
But it's still broken for me... not sure if it will work if I uninstall it and reinstall it... I'll try.
Ok, reinstalling it works.
The goal is that the update works flawlessly for existing users
It worked out great for me that the Mozilla store instantly pushed the update to the initial wave of users and you reported it so that I can quickly find out the issue I can't imagine if the update went through on Chrome Web Store and suddenly around 150,000 would suffer from this bug
I tried reinstalling them in order of version... 1.9.2 auto-update seem to fix it (it didn't when I tried to manually update it... it did when I manually uninstalled/installed it). So the firefox auto-update should work... other users that didn't try the manual update will confirm if this is true.
I suppose I can go to sleep and if it's indeed fixed I'll close the issue tomorrow morning
I just tried the manual update to 1.9.2 and it didn't fix the issue for me, but uninstalling and reinstalling did.
Goddammit, when I try to simulate the old storage and then I update the extension locally, the storage updater does work for me :\
Pushed 1.9.3 firefox.zip
same issue for me on 1.9.0. Reinstalling fixed it - now I'm on 1.9.3 with no issues.
I need to somehow make users avoid reinstalling the extension
1.9.3 installed here, but the issue is still happening.
https://github.com/avi12/youtube-auto-hd/issues/152#issuecomment-2403491945
Plus it looks the same for me.
I'm not in front of my computer currently
Pushed 1.9.4
Now with 1.9.4 it's working fine again on my end! Thanks! :)
In 1.9.4 I changed the strategy of retrieving the storage such that whenever it's retrieved, it will always try to use JSON.parse on it https://github.com/avi12/youtube-auto-hd/blob/3b392b41cd767f12cbd89544a3500dd4704b2a2a/src/lib/ythd-utils.ts#L42-L48 Seems like my work here is done 😁
Describe the bug
When the extension is active, the video player resizes every couple frames.
Example Video
I disabled extensions afterwards, it's the only one that causes this and seems to be linked with the recent 1.9.0 version update.
How to reproduce
Go to a standard youtube video url (e.g. this Activate the extension.
Expected behavior
Video player should not resize itself.
What browser(s) can you reproduce the issue on?
Firefox
What OS does it occur on?
Windows
What's the extension version you're running?
1.9.0
Make sure the bug wasn't reported before
Make sure that YouTube Auto HD + FPS is the only extension running on YouTube
Additional context
No response