mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #4] Cookie sync fails #1
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#1
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 @hugalafutro on GitHub (Jul 25, 2022).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/4
Hi,
trying to auto import cookie with extension yields
validated: undefinedscreenshot:

logs from tubearchivist host:
I've no idea why TA says the cookie is invalid. I could try the manual import if you think that would make a difference, although I do not actually need the cookie functionality, I just wanted to test if the automatic cookie import works.
@bbilly1 commented on GitHub (Jul 26, 2022):
Could it be that you aren't logged in to your google account? I had that once, maybe log out and back in there before you try again. Otherwise, you might want to give the manual import a go.
@hugalafutro commented on GitHub (Jul 26, 2022):
I am logged in to 3 google accounts in gmail and 1 of those 3 on youtube. Could the multiple accounts be an issue? I'll give the manual import a go when I get home from work.
edit: also both the pc I access TA from and the vm TA runs inside are running behind mullvad vpn, both of them through different endpoint if that's of relevance?
@bbilly1 commented on GitHub (Jul 26, 2022):
Yeah I can see how this will become a problem. I'm guessing that this will mangle all three together, then everything gets confused.
It works fine though with my multi accout container, but probably only with one google accout.
@hugalafutro commented on GitHub (Jul 27, 2022):
When trying the manual export with the extension from the wiki it shows all these when I am on youtube and exports all those into file named
youtube.com_cookies.txt. The first one is the one that gets sent by the extension and rejected and I'm not really sure which of the other ones to try. Or is it supposed to be all of them and rename the file tocookies.google.txtas in wiki example?@bbilly1 commented on GitHub (Jul 28, 2022):
Not sure, if and how this could be untangled. I'd say, best approach might be to log in to one google account on a clean browser, export the cookie the manual way, and import it into Tube Archivist.
Then you can still use the the browser extension for the rest of the functionality.
@hugalafutro commented on GitHub (Jul 28, 2022):
I tried vivaldi on a windows 11 vm and chrome portable in which I never signed into any google account, and even before logging to youtube the cookies.txt extension already shows about 5 cookies on youtube, and after logging in about as many as in the pic above. Don't worry about it too much though, haven't come across a vid that'd need it, just was trying to be prepared in case I will.
@bbilly1 commented on GitHub (Jul 28, 2022):
that will work. you will get cookies from most websites, even if you are not logged in. in my case, it shows 140 cookies for YouTube.com
@Jerrk commented on GitHub (Oct 19, 2022):
Chromium v. 106.0.5249.119
i'm also getting this issue even after clearing all cookies and only being logged into one account.
logs:
I did a bit more testing and it appears to start working when i remove the cookie for
if that helps at all