'ascii' codec can't encode character '\u2026' in position 512: ordinal not in range(128)
Closed this issue · 3 comments
KraetSpg commented
I get this issue when calling any of the clients methods.
'ascii' codec can't encode character '\u2026' in position 512: ordinal not in range(128)
st1vms commented
@KraetSpg Thanks for reaching out.
Unfortunately, I can't reproduce the issue on my end.
I may need to know the exact method throwing you this error, and the context of operation.
st1vms commented
Closing this as not planned.
KraetSpg commented
Thanks, it was a random char in my cookie, I just deleted it and it worked.