avi12 / youtube-auto-hd

A simple browser extension for changing YouTube videos' quality based on FPS.
https://avi12.com/youtube-auto-hd
GNU General Public License v3.0
235 stars 28 forks source link

[Bug] Popup only shows support the developer, cannot change settings #142

Closed Yourself1011 closed 6 months ago

Yourself1011 commented 7 months ago

Describe the bug

The extension popup only shows this: image

Settings are not displayed.

How to reproduce

Click the extension icon

Expected behavior

The extension popup shows settings, as well as support the developer

What browser(s) can you reproduce the issue on?

Vivaldi

What OS does it occur on?

macOS

What's the extension version you're running?

1.8.24

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

avi12 commented 7 months ago

Huh, I'll try to reproduce it on Windows

avi12 commented 7 months ago

I just installed it from the Chrome Web Store, cannot reproduce it image

avi12 commented 6 months ago

@Yourself1011 Can you try to right-click in the pop-up page, "Inspect" and type in the Console:

console.log("Local:", await chrome.storage.local.get());
console.log("Sync:", await chrome.storage.local.sync());
Yourself1011 commented 6 months ago

Weird. Just tried it again today, and it seems to fix itself after a few seconds. It was probably just my computer running slow. Sorry for bothering

avi12 commented 6 months ago

No worries. If you encounter this bug again, feel free to reopen the issue