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

Optimize request options inside obtain #107

Open
vikiival opened this issue Mar 1, 2023 · 3 comments
Open

Optimize request options inside obtain #107

vikiival opened this issue Mar 1, 2023 · 3 comments

Comments

@vikiival
Copy link
Member

vikiival commented Mar 1, 2023

ohmyfetch has ton of usefull features that can help with obtaining metadata

I started in branch really-safe.

the problem:

Current problem is that new metadata needs like 1:04.931 (m:ss.mmm) to resolve

@vikiival
Copy link
Member Author

vikiival commented Mar 1, 2023

Access to fetch at
"httos://image-beta.w.kodadot.xvz/ipfs/baf 26022023-4:1
vbeifu2vmimp3bzk3dlmpm7zaviya47t7761ymxnotb7a5q44czguebe"
from origin 'http
s://beta. kodadot.xvz'
has been blocked by CORS policv: No 'Access-Control-
Allow-Origin' header is present on the requested resource. If an opaque
response serves your needs, set the request's mode to 'no-cors' to fetch
the resource with CORS disabled.

Most possible origin of this error reffered in

Options that can help to set:

{
 redirect: 'follow',
 retry: 3,
 mode: 'no-cors';
}

May @roiLeo can check?

@roiLeo
Copy link
Contributor

roiLeo commented Mar 1, 2023

As far as I know CORS are most likely server side issue

@vikiival
Copy link
Member Author

Since 1.2.0 of omf is out we can follow up ^-^

@vikiival vikiival added the p2 label Aug 23, 2023
@vikiival vikiival mentioned this issue Oct 4, 2024
6 tasks
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