aiohttp.client_exceptions.ClientResponseError: 400, message="Expected HTTP/:\n\n bytearray(b'\\x03')\n
时间: 2023-09-14 18:10:19 浏览: 102
Python 解决execjs._exceptions.ProgramError: ReferenceError: document is not defined报错问题
根据提供的引用内容,这个错误是aiohttp客户端异常导致的。
在aiohttp中,aiohttp.client_exceptions.ClientResponseError是一个HTTP客户端的异常类。在这个错误中,400是表示错误的HTTP状态码,而message则包含了具体的错误信息。
根据引用内容中提到的错误消息"Expected HTTP/:\n\n bytearray(b'\\x03')",这个错误是由于在期望的HTTP协议之前有额外的字节"\x03"导致的。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [[转]python模块全面](https://blog.csdn.net/weixin_30905133/article/details/94962362)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文