Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

上传分辨率大于4k的图片时会出现提示 服务端异常,请稍后重试 #809

Open
x73824 opened this issue Jul 8, 2024 · 5 comments

Comments

@x73824
Copy link

x73824 commented Jul 8, 2024

实际图片已经上传。没有日志文件。没有显示链接。

@WuMe-sicx
Copy link

开启debug f12看上传有无报错

@ylsislove
Copy link

我也出现了这个问题,上传几百kb到几M的小图片没问题,但上传大图片就会报错“服务端异常”,但去我的图片里看实际图片已经上传成功了。我现在就很想解决这个问题,要不然用PicGo的插件上传大图片就返回不了上传后的链接😔

@WuMe-sicx
Copy link

如何解决该问题 在您的网站目录下找到.env
把APP_DEBUG=false改成APP_DEBUG=true
再发送报错日志方便查询问题所在

@Yurzi
Copy link

Yurzi commented Aug 12, 2024

可能是图床服务器性能比较差导致的,缩略图处理比较消耗性能然后异常退出了,但此时图片已经成功上传了

@ylsislove
Copy link

可能和服务器网络状况有关,最近我服务器网比较好,上传一个44M大小的图片都能显示上传成功~
有位老哥给我邮件回复了另一个办法:

服务器水管小经常会超时,可以改一下http超时的时间,我直接改timeout值1800-》10000就没出现了。
文件位置:app\Services\UpgradeService.php
public function __construct(protected string $version) { $this->http = Http::baseUrl(self::ApiUrl)->withOptions(['timeout' => 1800])->timeout(1800); $this->filesystem = new Filesystem(new LocalFilesystemAdapter(base_path())); }

其他小伙伴仍然出现这个问题的,可以试试这个更改timeout的办法~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants