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

Fail to process -https://artsandculture.google.com/asset/the-great-wave-off-the-coast-of-kanagawa/fAFp7yddSAtcTQ?hl=en-GB&ms=%7B%22x%22%3A0.5%2C%22y%22%3A0.5%2C%22z%22%3A9.40824853632519%2C%22size%22%3A%7B%22width%22%3A1.2238909570668008%2C%22height%22%3A1.2374999999999992%7D%7D #50

Open
klynchk opened this issue Sep 22, 2020 · 1 comment

Comments

@klynchk
Copy link

klynchk commented Sep 22, 2020

Version 1.5.0
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Referer: https://shft.cl/error/fatal
image

@nitriques
Copy link
Contributor

nitriques commented Jan 18, 2023

Bug: we are not supporting blog urls right now (since they are private by design)

Bug fix: read the blob url from the chrome extension like so:

fetch(new URL("blob:https://artsandculture.google.com/fece02e6-d4ed-4f4b-bb2a-92df70e5b8b7"))
   .then((response) => response.arrayBuffer())
   .then(console.log)

Then, base64 it and send it to the server as a base64 source.

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

No branches or pull requests

2 participants