Exception in ASGI application
时间: 2023-08-04 15:07:59 浏览: 360
引用\[1\]:分析上述原因就是TypeError: str is not valid UTF-8: surrogates not allowed报错,导致了Gradio的异常 ERROR: Exception in ASGI application 。 引用\[2\]:克隆后我直接运行了一下 python app.py,出现了两个报错,大家如果有遇到可以参考一下。报错1:ERROR: Exception in ASGI application解决:pip install aiofiles 。 引用\[3\]:2.打开sd 网页:http://127.0.0.1:7860/结果都会在checkpoint那里显示error,cmd窗口曾显示:ERROR: Exception in ASGI application,Github上面说是国内特色代理导致的。 。
问题: Exception in ASGI application
回答: 当出现Exception in ASGI application的错误时,可能有多种原因导致。其中一种可能是由于字符串编码问题引起的TypeError: str is not valid UTF-8: surrogates not allowed报错,这可能会导致Gradio异常。解决这个问题的方法是确保字符串的编码是有效的UTF-8编码。\[1\]另外,如果在运行python app.py时出现ERROR: Exception in ASGI application的报错,可以尝试安装aiofiles库来解决这个问题,可以使用pip install aiofiles命令进行安装。\[2\]此外,如果在打开网页http://127.0.0.1:7860/时,checkpoint那里显示error,并且cmd窗口显示ERROR: Exception in ASGI application,这可能是由于国内特色代理导致的。可以尝试解决这个问题的方法是使用其他代理或者通过设置代理来解决。\[3\]
#### 引用[.reference_title]
- *1* [ str is not valid UTF-8: surrogates not allowe引起ERROR:Exception in ASGI application](https://blog.csdn.net/lxb206/article/details/130807912)[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^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [腾讯的老照片修复算法,我把它搬到网上,随便玩](https://blog.csdn.net/jpld/article/details/123805081)[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^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [SD本地部署问题](https://blog.csdn.net/Uhbol/article/details/131266219)[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^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文