-
Notifications
You must be signed in to change notification settings - Fork 131
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
UserWarning: resource_tracker #748
Comments
Does it also happen if |
It does not! Using |
I've read a hint somewhere that it's a float math error in tqdm somewhere that causes it. Is there something specific to your uploads, such as the object size being zero bytes? |
It happens with all uploads I'm afraid, large or small (or zero bytes). |
is your clock behind or something? Can you please use ntpdate or something to make sure it's not what is causing the problem? |
I'm on macOS so time is set automatically via time.apple.com. |
Generally use |
Thanks, I upgrade It might be because I'm using ksh instead of 🤮 bash. |
Oh. Can you find the strength in yourself to test it with bash so that we can confirm it's ksh-induced, or maybe it's not and it's specific to something else in your environment? |
Lol. I will dig deep and report back. |
💪 |
This hits me too, using the OSX default z-shell. No progress hides the error, but also makes it really hard to know how close large (multi-gig) files are to completion 😉 |
I have the same problem and --noProgress hides the error. |
I'm having the same problem.
I'm also having Cyberduck and MountainDuck FTP programs fail at uploading files after the last byte is uploaded, and I'm wondering if this error is the root cause? Do they implement b2-tools under the hood? |
The issue you observe is just a warning, not an error, but you seem to have another issue, which is most likely caused by crossing a quota. It seems that MountainDuck is written in powershell and Cyberduck in Java, so they don't share code with the cli. |
This is caused by a bug in Python Unfortunately, I'm not sure there's any way to suppress the warning. |
It was fixed in python |
Hello,
Upon uploading anything, I reliably receive the following warning, which prevents
b2
from exiting cleanly:Is this likely to be an issue with
b2
or withresource_tracker
? Is there a clear way to avoid this?The text was updated successfully, but these errors were encountered: