@judicator выполнить код:
[[CONVERTED_COOKIES]] = JSON.parse([[COOKIES]]).map(function (cookie) { return cookie.name + "=" + cookie.value; }).join("; ");Если куки не в строке, а уже в виде списка, тогда без JSON.parse.
@SKRASH yes I have had this issue also and have not been able to find how to get to work.
Load htttp proxies into broswer cookies, cause when you refresh the browser a lot of the time the cookies refresh also
and i think that is what is happening