wlhtea / Suno2openai

以openai格式调用suno api,并将cookie保存为数据库,实现cookie池调用 📈已接入newapi、oneapi中转站,适配chat-next-web等前端项目 || Call suno api in openai format, and save the cookie as a database to realize the cookie pool call to access newapi, oneapi relay station, adapting chat-next-web and other front-end projects
MIT License
220 stars 44 forks source link

输入大于200字符后不工作 #55

Open edisonzf2020 opened 3 months ago

edisonzf2020 commented 3 months ago

日志显示retry 错误

2024-07-05 10:49:00,862 | INFO | 172.23.0.1:46808: POST /v1/chat/completions HTTP/1.1 200 OK
2024-07-05 10:49:02,098 | ERROR | --------------------------------------------------
| 第 1 次尝试歌曲失败,错误为:Error generating music: Error fetching data:请求状态码:400,请求 报错:<coroutine object ClientResponse.text at 0x7f316bc6b5a0>,重试中......
└--------------------------------------------------------------------------------
2024-07-05 10:49:03,217 | ERROR | --------------------------------------------------
| 第 2 次尝试歌曲失败,错误为:Error generating music: Error fetching data:请求状态码:400,请求 报错:<coroutine object ClientResponse.text at 0x7f316bc6ace0>,重试中......
└--------------------------------------------------------------------------------
2024-07-05 10:49:04,318 | ERROR | --------------------------------------------------
| 第 3 次尝试歌曲失败,错误为:Error generating music: Error fetching data:请求状态码:400,请求 报错:<coroutine object ClientResponse.text at 0x7f316bc68200>,重试中......
└--------------------------------------------------------------------------------
2024-07-05 10:49:05,420 | ERROR | --------------------------------------------------
| 第 4 次尝试歌曲失败,错误为:Error generating music: Error fetching data:请求状态码:400,请求 报错:<coroutine object ClientResponse.text at 0x7f316bc691c0>,重试中......
└--------------------------------------------------------------------------------
2024-07-05 10:49:06,645 | ERROR | --------------------------------------------------
| 第 5 次尝试歌曲失败,错误为:Error generating music: Error fetching data:请求状态码:400,请求 报错:<coroutine object ClientResponse.text at 0x7f316bc6b920>,重试中......

能否在suno中使用custom模式,输入支持到3000字符

wlhtea commented 3 months ago

我会试着解决这个问题