wanghaisheng/tiktoka-studio-uploader

manually edit .as far as i know cookie json exported by browser extension is not a fully valid conformant to cookie standard

Closed this issue · 5 comments

woliu commented

manually edit .as far as i know cookie json exported by browser extension is not a fully valid conformant to cookie standard

Originally posted by @wanghaisheng in #12 (comment)

about the question,i want to know what do i need to do?

manually change no_restriction to

   "sameSite": "None",
woliu commented

manually change no_restriction to

   "sameSite": "None",

hi,i found cookie.py have 'no_restriction' i change no_restriction to None, but it don't work as well.
notice: playwright._impl._api_types.Error: cookies[0].sameSite: expected one of (Strict|Lax|None)

try another Strict|Lax

woliu commented

in the eventing,i try it again, it works, thank yout

yes
I`m glad it works