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

貌似内部文件出了一些问题 #59

Open krinlove99 opened 4 weeks ago

krinlove99 commented 4 weeks ago

PUT /tokens/cookies HTTP/1.1 404 Not Found Uncaught app exception Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 589, in _run_script exec(code, module.dict) File "/app/background/main.py", line 113, in st.success(f"Cookies {result.get('messages')}") ^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get'