-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bandwidth test failed, file blocked by an other process #109
Comments
@robertsdotpm the bandwidth test works by streaming it to a temp file? Can it not just be done in momory or would that cause to much memory usage? |
It can be done in memory and you don't even need to use pre-generated files - you can just send garbage and rely on TCP to regulate reception. The problem is: that would require writing custom code just for the bandwidth tests instead of using the existing file code which is what you suggested. |
Well if the problem is reproducible and not just a one off thing we may have to change it. The thing that I find odd it that this is a temp file that must have been created in the same process, so what could be causing the usage by another process? Antivirus? |
Disabled the windows defender (default firewall) but still the same exception.
|
@robertsdotpm @littleskunk is this still current? |
Retest impossible at the moment. I don't get a connection to any node. I don't see any bandwidth test. I will retest as soon as possible. |
I did a new test. I installed storjnode and pyp2p develop branch. This time i used the start_farmers.py.
|
2016-02-22 09:28:20,759 ERROR storjnode.network.monitor 257: Bandwidth test failed: <twisted.python.failure.Failure exceptions.WindowsError: [Error 32] Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird: 'c:\\users\\jensh_~1\\appdata\\local\\temp\\tmp3vsy7r'>
The text was updated successfully, but these errors were encountered: