We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Scrapbox page is not created if I select something other than the captured image.
Is this API specification change affecting this? https://gyazo.com/api/docs/image
uploadGyazo.js:11 POST https://upload.gyazo.com/api/upload/easy_auth 500 _callee$ @ uploadGyazo.js:11 tryCatch @ runtime.js:64 invoke @ runtime.js:355 prototype.<computed> @ runtime.js:116 step @ main.js:9474 (anonymous) @ main.js:9474 (anonymous) @ main.js:9474 (anonymous) @ uploadGyazo.js:1 exports.default @ uploadGyazo.js:1 _callee$ @ main.js:32 tryCatch @ runtime.js:64 invoke @ runtime.js:355 prototype.<computed> @ runtime.js:116 step @ main.js:8 (anonymous) @ main.js:8 Promise.then (async) step @ main.js:8 (anonymous) @ main.js:8 Promise.then (async) step @ main.js:8 (anonymous) @ main.js:8 (anonymous) @ main.js:8 (anonymous) @ main.js:26 (anonymous) @ MessageListener.js:18 listen @ MessageListener.js:18 main.js:9474 Uncaught (in promise) SyntaxError: Unexpected end of JSON input Promise.then (async) step @ main.js:9474 (anonymous) @ main.js:9474 Promise.then (async) step @ main.js:9474 (anonymous) @ main.js:9474 (anonymous) @ main.js:9474 (anonymous) @ uploadGyazo.js:1 exports.default @ uploadGyazo.js:1 _callee$ @ main.js:32 tryCatch @ runtime.js:64 invoke @ runtime.js:355 prototype.<computed> @ runtime.js:116 step @ main.js:8 (anonymous) @ main.js:8 Promise.then (async) step @ main.js:8 (anonymous) @ main.js:8 Promise.then (async) step @ main.js:8 (anonymous) @ main.js:8 (anonymous) @ main.js:8 (anonymous) @ main.js:26 (anonymous) @ MessageListener.js:18 listen @ MessageListener.js:18
The text was updated successfully, but these errors were encountered:
Thanks for your report. It is reason why image should be convert data url format. I'll fix soon 😄
Sorry, something went wrong.
convert http URL to dataURL
8b5250e
fix: #15
@thinceller I have fixed and release in v1.0.1
@pastak Thanks!
Successfully merging a pull request may close this issue.
The Scrapbox page is not created if I select something other than the captured image.
Is this API specification change affecting this?
https://gyazo.com/api/docs/image
The text was updated successfully, but these errors were encountered: