You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case chrome 130 return cookies in next format :
{"id":147,"result":{"cookies":[{"name":"cf_clearance","value":"eJvpmn.XUvkpkI9QeGYMIcGTy9VJmoB.TJGi5OWGn.I-1729617561-1.2.1.1-JZPBkF9hDHOligug6vCKuajfgzKEJshFnMm1XD2a6o53u6Ry5S_EIIoBh3IqvheBDe4pqOQKSDSvCiVOn672cjtPNpLpQmFun9_u8QDxFhHkpYHrfWEhMytrZa5HbCTcOcyDdELI0TF3IKjoqSP5UhfHDAP4LU3mPNGrQtDuJ6Qtzj98cneRFr3Av8RBX013xF4qKUIQLbvyZzoMCod1Mw5Balur5WYd9CqfXTuElbUwSmFe8KDV5GjfT3VMwXr8_V7IMbqCmAal8LJCtl16Px42rbwRoslfd8R.ylLNnQhz_ukQG6CEDykGSd43aMa8Azd84a0LgCr78GC7_g6K72VODtvrbgPr5pEFLMTuhHL9E2QF3tCUfbhg9Jn2RRcVbwFdWqDsQGfXpRxrIdju2duxBno186RYqLJ4A3AeZLY","domain":".torrentleech.pl","path":"/","expires":1761153567.091596,"size":502,"httpOnly":true,"secure":true,"session":false,"sameSite":"None","priority":"High","sameParty":false,"sourceScheme":"Secure","sourcePort":443,"partitionKey":"https://torrentleech.pl"},{"name":"PHPSESSID","value":"eornavhhs01t5k0k8c7djdvke0","domain":"torrentleech.pl","path":"/","expires":-1,"size":35,"httpOnly":false,"secure":false,"session":true,"priority":"Medium","sameParty":false,"sourceScheme":"Secure","sourcePort":443}]}}
partitionKey is string and isn't dict (with topLevelSite attribute) as expected
I created fork with fix : https://github.com/yoori/nodriver
but don't know how to pull request into nodriver
I don't want to use my fork in my projects and want switch to you repo, but can't do this wihtout this fix
Regards, Yuri
The text was updated successfully, but these errors were encountered:
In my case chrome 130 return cookies in next format :
{"id":147,"result":{"cookies":[{"name":"cf_clearance","value":"eJvpmn.XUvkpkI9QeGYMIcGTy9VJmoB.TJGi5OWGn.I-1729617561-1.2.1.1-JZPBkF9hDHOligug6vCKuajfgzKEJshFnMm1XD2a6o53u6Ry5S_EIIoBh3IqvheBDe4pqOQKSDSvCiVOn672cjtPNpLpQmFun9_u8QDxFhHkpYHrfWEhMytrZa5HbCTcOcyDdELI0TF3IKjoqSP5UhfHDAP4LU3mPNGrQtDuJ6Qtzj98cneRFr3Av8RBX013xF4qKUIQLbvyZzoMCod1Mw5Balur5WYd9CqfXTuElbUwSmFe8KDV5GjfT3VMwXr8_V7IMbqCmAal8LJCtl16Px42rbwRoslfd8R.ylLNnQhz_ukQG6CEDykGSd43aMa8Azd84a0LgCr78GC7_g6K72VODtvrbgPr5pEFLMTuhHL9E2QF3tCUfbhg9Jn2RRcVbwFdWqDsQGfXpRxrIdju2duxBno186RYqLJ4A3AeZLY","domain":".torrentleech.pl","path":"/","expires":1761153567.091596,"size":502,"httpOnly":true,"secure":true,"session":false,"sameSite":"None","priority":"High","sameParty":false,"sourceScheme":"Secure","sourcePort":443,"partitionKey":"https://torrentleech.pl"},{"name":"PHPSESSID","value":"eornavhhs01t5k0k8c7djdvke0","domain":"torrentleech.pl","path":"/","expires":-1,"size":35,"httpOnly":false,"secure":false,"session":true,"priority":"Medium","sameParty":false,"sourceScheme":"Secure","sourcePort":443}]}}
partitionKey is string and isn't dict (with topLevelSite attribute) as expected
I created fork with fix : https://github.com/yoori/nodriver
but don't know how to pull request into nodriver
I don't want to use my fork in my projects and want switch to you repo, but can't do this wihtout this fix
Regards, Yuri
The text was updated successfully, but these errors were encountered: