Detailes may be important:
I have preserved login cookies of imdb so that I always be signed in.
From yesterday I suddenely signed out from imdb (palmoon and K-meleon Goanna both)
I clicked the sign in option in Palemoon, using "sign in to existing account" at: https://www.imdb.com/registration/signin/?u=
but this did and does nothing, no user nam password page appears.
I also looked at the console log just aglance when copying/pasting here. appareently they changed the cookie format or something related to cookies.
Also I checked "cookies.sqlite" and found all of my imdb (signed-in" related cookies there ( i have set their expiration dates to extended dates).“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes.
But still even the presence of cookies, i am no signed in to imdb.com
please consider.
Code: Select all
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://www.imdb.com/registration/signin/ [HTTP/2.0 200 OK 656ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://m.media-amazon.com/images/S/sash/Ty$TyIWqZ0pxLvc.js [HTTP/2.0 304 Not Modified 672ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://m.media-amazon.com/images/I/11QhRZqmoxL.js [HTTP/2.0 304 Not Modified 1772450487045ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://m.media-amazon.com/images/S/sash/djV9FnI7RYrbIyR.js [HTTP/2.0 304 Not Modified 1305ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://m.media-amazon.com/images/S/sash/6WQdCE8Mjrz1328.css [HTTP/2.0 304 Not Modified 1299ms]
GET
https://dqpnq362acqdi.cloudfront.net/_next/static/css/8dd46e41438a6c2f.css [HTTP/2.0 304 Not Modified 827ms]
GET
https://dqpnq362acqdi.cloudfront.net/_next/static/css/ab0f2af7f6ffbc14.css [HTTP/2.0 304 Not Modified 1772450486718ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://m.media-amazon.com/images/G/01/IMDb/Mobile/DesktopQRCode-png.png [HTTP/2.0 304 Not Modified 31ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26
GET
https://images-na.ssl-images-amazon.com/images/I/21auWwkMYgL.js [HTTP/2.0 200 OK 0ms]
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2
cookieUtils.js:254:26


