#1
Hi guys, it's been a while since I have this problem can someone help me? I have cookies in the format below and when I try to import them on the editor it gives me an error that I solve by simply converting them to JSON format but when I import converted them the editor does not give me errors and does not let me import anything.

BASIC COOKIES:
.twitch.tv    TRUE    /    FALSE    1677096101    persistent    166611287%3A%3A2r9tzecbtjvtndntuefgi6uzm2j1n6
.twitch.tv    TRUE    /    FALSE    1677096101    name    abedoa
.twitch.tv    TRUE    /    FALSE    1677096101    last_login    2022-02-23T20:01:40Z
.twitch.tv    TRUE    /    FALSE    1677096101    api_token    454f6fca303382961a12da3ccddee8cf
.twitch.tv    TRUE    /    FALSE    1683055337    experiment_overrides    {%22experiments%22:{}%2C%22disabled%22:[]}
.twitch.tv    TRUE    /    FALSE    1687290788    auth-token    zs8lop8o41q47ma93oorvgo5den17z
.twitch.tv    TRUE    /    FALSE    1687290788    login    abedoa
.twitch.tv    TRUE    /    FALSE    16849653930875930    server_session_id    e9b9777a85c542648936d351d4b4265d
.twitch.tv    TRUE    /    FALSE    1687290788    twilight-user    {%22authToken%22:%22zs8lop8o41q47ma93oorvgo5den17z%22%2C%22displayName%22:%22abedoa%22%2C%22id%22:%22166611287%22%2C%22login%22:%22abedoa%22%2C%22roles%22:{%22isStaff%22:false}%2C%22version%22:2}
.twitch.tv    TRUE    /    FALSE    1686772390    twitch.lohp.countryCode    TR
.twitch.tv    TRUE    /    FALSE    1687290784    unique_id    54T93PxCiTxxydq0AElam74UBgh0KAsF
.twitch.tv    TRUE    /    FALSE    1687290784    unique_id_durable    54T93PxCiTxxydq0AElam74UBgh0KAsF


CONVERTED COOKIES:
[{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1677096101","name":"persistent","value":"166611287%3A%3A2r9tzecbtjvtndntuefgi6uzm2j1n6"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1677096101","name":"name","value":"abedoa"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1677096101","name":"last_login","value":"2022-02-23T20:01:40Z"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1677096101","name":"api_token","value":"454f6fca303382961a12da3ccddee8cf"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1683055337","name":"experiment_overrides","value":"{%22experiments%22:{}%2C%22disabled%22:[]}"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1687290788","name":"auth-token","value":"zs8lop8o41q47ma93oorvgo5den17z"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1687290788","name":"login","value":"abedoa"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"16849653930875930","name":"server_session_id","value":"e9b9777a85c542648936d351d4b4265d"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1687290788","name":"twilight-user","value":"{%22authToken%22:%22zs8lop8o41q47ma93oorvgo5den17z%22%2C%22displayName%22:%22abedoa%22%2C%22id%22:%22166611287%22%2C%22login%22:%22abedoa%22%2C%22roles%22:{%22isStaff%22:false}%2C%22version%22:2}"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1686772390","name":"twitch.lohp.countryCode","value":"TR"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1687290784","name":"unique_id","value":"54T93PxCiTxxydq0AElam74UBgh0KAsF"},{"domain":".twitch.tv","hostOnly":false,"path":"\/","secure":true,"expirationDate":"1687290784","name":"unique_id_durable","value":"54T93PxCiTxxydq0AElam74UBgh0KAsF"}]