qier222 / YesPlayMusic

高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
MIT License
27.9k stars 4.11k forks source link

客户端上传音乐到云盘异常[413 too large 已解决] #2075

Closed jerrymaolong closed 10 months ago

jerrymaolong commented 1 year ago

系统:ubuntu23.04 运行方式: yarn electron:serve nodejs 版本:16.14.2 出现频率:非稳定出现,偶尔会出现

image image image

jerrymaolong commented 1 year ago

image 系统:ubuntu23.04 运行方式:yarn electron:build --linux deb; 然后安装构建好的deb;直接点击桌面快捷方式启动 nodejs 版本:16.14.2 出现频率:稳定出现,无论怎么样上传都会出现这个报错

jerrymaolong commented 1 year ago

由于上述结论: 我发现development模式不会出现那个"413 too large"问题 所以我修改package.json 里的打包参数命令直接把包打成development模式的 image

image

目前打出的包不会出现413 too large问题了,就是还是会出现偶尔接口失灵的问题,这个好像是这个上传接口的通病,其他引用 该上传接口的项目好像都不大稳定