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

Add uploaded filename in the "Data syncing timeout." msg #341

Open
plur9 opened this issue Feb 27, 2022 · 0 comments
Open

Add uploaded filename in the "Data syncing timeout." msg #341

plur9 opened this issue Feb 27, 2022 · 0 comments
Labels

Comments

@plur9
Copy link
Member

plur9 commented Feb 27, 2022

I've just uploaded 150 png images for a NFT series release and used the following script:

for f in *.png; do
    swarm-cli upload $f \
    --stamp [...] \
    --name $f \
    --content-type image/png \
    --sync \
    --quiet >> hashes.txt
done

To make sure that images are available from the network I also used the sync option. During the upload, for 7 files, I've received the following error msg: Data syncing timeout.

Preferrably, the error msg would tell me for which files it is e.g. Data syncing timeout for 1.png.

@bee-runner bee-runner bot added the issue label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant