Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Failure when uploading clipboard images with PicGo (#3360)#3366

Open
Jakentop wants to merge 1 commit intomarktext:developfrom
Jakentop:develop
Open

Fix Failure when uploading clipboard images with PicGo (#3360)#3366
Jakentop wants to merge 1 commit intomarktext:developfrom
Jakentop:develop

Conversation

@Jakentop
Copy link

Q A
Bug fix? yes
New feature? no
Breaking changes? no
Deprecations? no
New tests added? not needed
Fixed tickets Fixes #3360
License MIT

Description

Fix the situation that picgo uploading pictures from clipboard will keep spinning around and cannot upload successfully.
The reason for the error is that the clipboard image needs to be saved in a temporary file when uploading, but when calling string splicing, it tries to splice a number type into a string resulting in an error.
Even if the number is converted to a string type, when picgo uploads it does not recognize the MIME-Type due to the lack of a suffix, so picgo throws an exception.
A more complete solution is to get the MIME-TYPE of the image and convert it to the corresponding suffix. But here the fix directly adds a default suffix .png to the image, and after testing I found this to be the easiest and working solution.

@Jocs Jocs requested a review from Chance-Y112 November 18, 2025 14:06
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

Successfully merging this pull request may close these issues.

Failure when uploading clipboard images with PicGo

2 participants