tubearchivist / browser-extension

Tube Archivist Companion for your Browser
GNU General Public License v3.0
150 stars 19 forks source link

Cannot open extension popup #48

Open lesleyxyz opened 2 weeks ago

lesleyxyz commented 2 weeks ago

When clicking the extension icon, it isn't showing the popup. It just hangs in this state:

image

I tried removing & reinstalling the extension. Also tried in incognito where this is the only extension enabled.

Key Value
Google Chrome 130.0.6723.116 (Official Build) (64-bit) (cohort: M130 Rollout)
Revision 6ac35f94ae3d01152cf1946c896b0678e48f8ec4-refs/branch-heads/6723@{#1764}
OS Windows 11 Version 24H2 (Build 26100.2033)
JavaScript V8 13.0.245.18
User agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Command Line "C:\Program Files\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end --no-startup-window /prefetch:5 --flag-switches-begin --flag-switches-end
bbilly1 commented 2 weeks ago

I think for others it was because of an other extension blocking something. You could try to deactivate all other extensions.

Also sometimes it can just take a few seconds until it establishes contact with the server, that's not fully async there it looks like...

lesleyxyz commented 2 weeks ago

I can reproduce this with only this extension enabled.

However, after waiting 15 - 20s it finally opens. This happens everytime. Maybe because my TubeArchivist server is behind cloudflare?

If this is due to establishing connection, I believe it would be nicer UX if the popup would open and the connection would happen async (not blocking the UI).

Of course this would be just nice-to-have :)