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
Thanks for a great script.
But I have a problem.
When I run the raspbmirror it is hanging forever most of the time. If I look at the log I can see the file which is currently received.
I can use for example wget to download the file but I have to do something like "wget --timeout=10s" which will resume the transmission where it stopped.
I would suggest to add a retry/resume feature to raspbmirror so if the transmission is hanging for more than a certain time, the connection is closing and reopening again resuming the transmission where it was previously ending.
Thanks again.
/Martin
The text was updated successfully, but these errors were encountered:
I'd really like to avoid depending on stuff outside the python standard library, if you can figure out a way to do what you want without going outside of that, i'll consider integrating it.
Thanks for a great script.
But I have a problem.
When I run the raspbmirror it is hanging forever most of the time. If I look at the log I can see the file which is currently received.
I can use for example wget to download the file but I have to do something like "wget --timeout=10s" which will resume the transmission where it stopped.
I would suggest to add a retry/resume feature to raspbmirror so if the transmission is hanging for more than a certain time, the connection is closing and reopening again resuming the transmission where it was previously ending.
Thanks again.
/Martin
The text was updated successfully, but these errors were encountered: