You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.10/http/client.py", line 1260, in putheader
raise ValueError('Invalid header value %r' % (values[i],))
ValueError: Invalid header value b'Bearer dop_v1_XXXXXXXX7\n'
where dop_v1_XXXXXXXX - my Digital Ocean api token. I really can`t understand, what i am doing wrong
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.10/http/client.py", line 1260, in putheader
raise ValueError('Invalid header value %r' % (values[i],))
ValueError: Invalid header value b'Bearer dop_v1_XXXXXXXX7\n'
where dop_v1_XXXXXXXX - my Digital Ocean api token. I really can`t understand, what i am doing wrong
Good day!
I get an error
where dop_v1_XXXXXXXX - my Digital Ocean api token. I really can`t understand, what i am doing wrong
The text was updated successfully, but these errors were encountered: