Ilya Siamionau
Ilya Siamionau
Дубликат https://github.com/MarshalX/yandex-music-api/issues/652
will be resolved soon in atproto sdk https://github.com/MarshalX/atproto/issues/12
it has been added in atproto sdk 0.0.6! https://github.com/MarshalX/atproto/pull/27
@Scrxtchy could you show the output of ```python from datetime import datetime, timezone d = datetime.now(timezone.utc) print(d) ``` from the machine where you are getting the error pls
ah, I think I found this bug. will be fixed asap, thank you!
@Scrxtchy fixed in 0.0.7 (https://github.com/MarshalX/atproto/pull/33). Pls let me know is everything fine
Hi! This is how you can deal with it in [atproto SDK](https://github.com/MarshalX/atproto) In the exception, you have access to the `Response` instance that includes the response status code, response headers,...