Originally posted by MrGrackle
View Post
Originally posted by StreamFab Change Log
I will make a suggestion to them to have a setting in StreamFab where you pick which browser to load the cookies/sessions from. We all know it is only working with Chrome right now.
I am wondering if people are just not following the steps of closing the browser before opening StreamFab or if maybe they have background running extensions which means the browser is not actually closed.
The reason for closing the browser is because a somewhat recent update to chromium based browsers now locked the cookies and they cannot be imported or manipulated while the browser is running.
With the amount of tabs i usually have opened, it's not always convenient to close the browser. So i modified my shortcut for Edge so i can still import cookies with yt-dlp. I now start Edge with the following command to make sure the cookies are not locked:
Code:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory=Default --disable-features=LockProfileCookieDatabase
Comment