You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client is not downloading the file in the current working directory, but actually downloads the file in the directory where lotus binary was compiled.
To Reproduce
Steps to reproduce the behavior:
Go to directory other than the one where lotus binary was compiled.
Try to make a retrieval deal with a relative path for the output file, and check where it is being downloaded.
Expected behavior
I expect that sample.txt gets downloaded into my current working directory, and not in the directory where Lotus was compiled.
Version (run lotus version):
lotus version 1.4.0+git.84a91331c
The text was updated successfully, but these errors were encountered:
Thanks! This is a very valid bug. I just ran into it, too. I have no idea where my file wound up (its not in .lotus, its not in my compile folder... When adding an absolute file location, it does work.
Closing this ticket as the Legacy Lotus/Lotus-Miner Markets sub-system, which reached EOL at the end of the 31st January 2023, and has been completely removed from the code:
Describe the bug
When trying to do a retrieval deal with a relative path, for example:
The client is not downloading the file in the current working directory, but actually downloads the file in the directory where
lotus
binary was compiled.To Reproduce
Steps to reproduce the behavior:
lotus
binary was compiled.Expected behavior
I expect that
sample.txt
gets downloaded into my current working directory, and not in the directory where Lotus was compiled.Version (run
lotus version
):The text was updated successfully, but these errors were encountered: