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

Uploaded files sometimes cannot be downloaded. #235

Closed
a-fish-cannot-swim opened this issue Nov 21, 2024 · 3 comments
Closed

Uploaded files sometimes cannot be downloaded. #235

a-fish-cannot-swim opened this issue Nov 21, 2024 · 3 comments

Comments

@a-fish-cannot-swim
Copy link

When testing locally, sometimes larger uploaded files (e.g., over 100MB) cannot be downloaded. The request initiated by this line of code in web.bundle.js: const resp = await this.api.get('chunk/${offset}'); keeps returning a 403 error. What could be the reason for this?

@rosmcmahon
Copy link
Member

sounds weird. are you using ArLocal, a node, or one of the gateways? any txid?

@a-fish-cannot-swim
Copy link
Author

sounds weird. are you using ArLocal, a node, or one of the gateways? any txid?听起来很奇怪。您使用的是 ArLocal、节点还是其中一个网关?任何 txid?

Thank you for the reply. The server is deployed on a single node locally and is not connected to your production environment. Sometimes the uploaded files can be downloaded, but at other times, the request initiated by the above-mentioned line of JavaScript code (const resp = await this.api.get('chunk/${offset}');) results in a 403 error, and the file cannot be downloaded.

@rosmcmahon
Copy link
Member

yeah, i've never heard of that happening to anyone tbh. it's not an issue with arweave-js, either:

  1. you have some strange network configuration on your local machine
  2. there's something misconfigured on the arweave node

i notice you already have an open issue in the arweave node repo (ArweaveTeam/arweave#645) i suggest you continue troubleshooting there.

closing this as not related to arweave-js, thanks

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

2 participants