BasicEconomyTweaks [Early Technical Beta] [OFFLINE - see new beta test - part deux]

use version 0.7.0

1 Like

Get a binary from there. Though, the version number isn’t in the file name. There’s a problem in the release process just now.

2 Likes

YOu beat me to it…

TBH this was the largest easily grabbable file on this client :slight_smile:

Splitting and uploading "AnarchyInTheSouthside.mp3" into 132 chunks
**************************************
*          Uploaded Files            *
*                                    *
*  These are not public by default.  *
*     Reupload with `-p` option      *
*      to publish the datamaps.      *
**************************************
"AnarchyInTheSouthside.mp3" c0893739a688b739aac5b75ac845b6c428c21b73dc782352bb1ad529495a87af
Among 132 chunks, found 132 already existed in network, uploaded the leftover 0 chunks in 26 seconds
**************************************
*          Payment Details           *
**************************************
Made payment of 0.000000000 for 0 chunks
Made payment of 0.000000000 for royalties fees
New wallet balance: 11.943227798
1 Like

hahah just beat you by about minute lol

1 Like

Too many sequential payment errors reported during upload

Havent seen this error before… logs available if needed

willie@gagarin:~/Downloads$ safe files upload Пикник_Королевствк_ривых.mp4 
Logging to directory: "/home/willie/.local/share/safe/client/logs/log_2024-03-28_16-25-43"
Built with git version: cd369d8 / main / cd369d8
Instantiating a SAFE client...
Trying to fetch the bootstrap peers from https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts
Connecting to the network with 50 peers
🔗 Connected to the Network                                                                             Chunking 1 files...
Splitting and uploading "Пикник_Королевствк_ривых.mp4" into 34 chunks
Error: 
   0: Failed to upload chunk batch: Too many sequential payment errors reported during upload

Location:
   /home/runner/work/safe_network/safe_network/sn_cli/src/files/iterative_uploader.rs:116

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
1 Like

There’s a slight typo below, I think the code below should be
“safe files download” not “safe file download”

To download to a particular file or directory:

safe file download [directory/filename] [NetworkAddress]

Troubleshooting

3 Likes

update your client to 0.90.2. Had the same issue, there’s already a fix.

It is 0.90.2 already


willie@gagarin:~/Downloads$ safe --version
sn_cli 0.90.2

Interesting. Possibly something new then.

I was having a heck of a time getting files to upload with the same client error. The logs said it was because of expired store cost proposals. The 90.2 update prevents that error from closing out the whole process.

If you can post the last bit of the log will give a better idea what is causing it to dip out.

3 Likes

Particularly annoying that the client logs are in so many individual folders.

I WILL find the relevant lines - eventually

3 Likes

If anyone wants to try sn_httpd / i-am-immutable again, you can do the following:

docker pull traktion/i-am-immutable
docker run -p 127.0.0.1:8080:8080 traktion/i-am-immutable

(EDIT: Note, this uses the latest client/node libs too)

You should be able to see my blog here (on your localhost):

http://localhost:8080/blog/9ff3c8719f0e228f86621e3afa20cb533434d7f9f76ec2cbe8d3ab637757d483/article/e2235a8ae4fa468b1064c2a61aaab556768a4ad5f5ba24377ab6f598ec38bd20#article

Uploads went smoothly and downloads seem nice and fast too (more like around 1s instead of 3s from eye balling network stats in chrome).

7 Likes

Failing with uploading folders cos of some files of zero-length.
Can we modify the code to skip zero-length files somehow?

5 Likes

Hmm, I thought I saw a PR going in for that recently. If not, I will definitely get it added as issue.

Edit: It wasn’t a PR I saw, it was this issue: Chunk manager should not error out if one file fails · Issue #1487 · maidsafe/safe_network · GitHub

5 Likes

I’m in the middle of a large file upload. No errors on the terminal yet (25% done). Was browsing the log for it though and there are a lot of these errors "ERROR sn_networking::event] OutgoingTransport error : Other(Custom "

guessing it’s not important, but curious what it might be.

5 Likes

Hey, thanks for reporting the issue. I think it might be because we added in a check for the client to see if the quotes it had received had expired or not. It is causing some trouble. I will take a look into it.

2 Likes

Could you kindly share the logs for this? This does look similar to the QuoteExpired error, but there are no traces of it. The logs would help.

4 Likes

You mean like this?

Thats actually from trying to run @traktion 's blog app <— which works just fine. Well done @Traktion

5 Likes

searching for those logs now

3 Likes
3 Likes

Looking at the pastebin logs, there seems to be some unconfirmed transactions. Can you try performing an upload to see if it works on a retry?

The client confirms those transactions before erroring out. Though, we should not be erroring out there.

4 Likes