I am getting Invalid session token format. error. My columb_token does not contain '#' and therefore parsing fails at following line
"cp-region": session_token.split("#R")[1],
I even commented that line , but still got authentication error.
my CP_COULOMB_TOKEN token is long_hex_string | %23 | another_8_char_hex_string
I am getting
Invalid session token format.error. My columb_token does not contain '#' and therefore parsing fails at following lineI even commented that line , but still got authentication error.
my CP_COULOMB_TOKEN token is
long_hex_string | %23 | another_8_char_hex_string