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
f"[BilibiliClient.get_video_media] Unexpected status {response.status_code} for {url}"
214
+
)
215
+
returnNone
213
216
excepthttpx.HTTPErrorasexc: # some wrong when call httpx.request method, such as connection error, client error, server error or response status code is not 2xx
214
217
utils.logger.error(f"[BilibiliClient.get_video_media] {exc.__class__.__name__} for {exc.request.url} - {exc}") # 保留原始异常类型名称,以便开发者调试
0 commit comments