mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #20] Extension fails to show pop-up #14
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bokerlol on GitHub (Mar 9, 2023).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/20
Duplicate of #17 but posting again as no real solution was given.
On the same computer, not the computer hosting TA btw, both Chrome and Firefox refuse to show the login pop-up. I've tried through the official store install and the manifest.json. No matter what I do, it doesn't seem to show the pop-up. I'm at a loss as I've tried just about everything. I did however try on another PC and it showed up just fine so it must be something within my PC that is causing the issue but as to what it is, I have no idea.
Any ideas?
Main PC is on Windows 10 64-bit. Both Chrome and Firefox fully up to date. Chrome has no other extensions installed also.
Server with TA is on Unraid, fully up to date.
Running in private windows on either browser has no effect on its functionality.
@bbilly1 commented on GitHub (Mar 9, 2023):
As mentioned in the linked issue, can you produce an error by inspecting the extension?
Without an error and without a way to reproduce, I'm afraid there isn't much anybody can do.
@bokerlol commented on GitHub (Mar 9, 2023):
I did attempt to create an error but none were produced, sadly.. I'm really not sure what is causing the issue but I'll keep tinkering with it. I've tried in multiple browsers at this point and it's the same on all of them so it has to be something with this PC that it doesn't like.
Thanks for everything you all do. Tested it on another PC and it worked perfectly right away. If I produce an error, I'll be sure to let you know.
@bokerlol commented on GitHub (Mar 10, 2023):
I wanted to update this with a potential 'solution' to the issue at hand considering I'm not the only one who ran into it.
The only way I managed to get it to work on Firefox (Chrome you could just spam the extension icon for a while and it would eventually show.) was to do the following:
1: Open about:debugging#/runtime/this-firefox
2: Inspect 'TubeArchivist Companion'
3: In the top right, hit the three dots and choose 'Disable Pop-Up Auto Hide'
4: Click on the extension icon again and then do various things in your browser.
5: Eventually, it will show up and you are able to put your information in. Sometimes it only took about 10 seconds to show. Other times, it would take upwards of a minute.
Side note: I have a feeling something bigger is going on as the auto cookie import wouldn't work no matter what I did. It just labeled it as 'undefined' and did throw an error in console, which I will put below.
Another note, I do not get this cookie issue on a computer where the extension is working as intended.
Anyways, just wanted to throw that detail in there. Closing the issue since 'resolved'.