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
# header
access-control-allow-headers: Content-Type,Authorization
access-control-allow-origin: *
content-length: 265
content-type: text/html; charset=utf-8
date: Tue, 21 Jan 2025 15:51:32 GMT
server: waitress
# body
<!doctype html><htmllang=en><title>500 Internal Server Error</title><h1>Internal Server Error</h1><p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
日志文件
基本完整的整个报错stack
date
stream
content
2025/01/22 00:41:29
stdout
TypeError: string indices must be integers, not 'str'
提交Issue之前,你应当知道:
问题描述
日志中报错的地方
看起来是在处理网易云返回的信息的时候遇到了之前不一样的结果
代码本来希望
song_info["result"]
是dict
,结果返回的是字符串等了2个月也没修复.难道只有我遇到这个致命的问题??
P.S. 因此还在用老旧的1.5.2版,歌词也只有酷狗
请求与响应
Request Address: http://我的服务器:28883/api/v1/lyrics/advance
Response Code: 500
日志文件
基本完整的整个报错stack
系统信息
群晖DS223 (arm64)
Docker部署的lrcapi 版本1.5.7
补充信息
可能的解决方案: 更新网易云返回结果处理的逻辑
The text was updated successfully, but these errors were encountered: