On Apr 24, 2014, at 3:56 PM, Nikolaus Rath <[email protected]> wrote:
> On 04/24/2014 03:32 AM, Diogo Vieira wrote: >> On Apr 24, 2014, at 4:23 AM, Nikolaus Rath <[email protected]> wrote: >> >>> Hi Diogo, >>> >>> Let's keep the discussion the list please. >> >> Sorry, I just replied to the email (didn't notice it was sent just to you). >> Isn't there an option to set the Reply-To in the mailing list? > > There is, but it's not a good idea to do that. > > http://woozle.org/~neale/papers/reply-to-still-harmful.html > http://www.unicom.com/pw/reply-to-harmful.html Had no ideia, thanks. >> I don't know how could I forget to try that. It clearly shows where's the >> problem: >> >> Traceback (most recent call last): >> File "<string>", line 1, in <module> >> File "/usr/lib64/python3.3/site-packages/s3ql/backends/eds.py", line >> 12, in <module> >> from .common import (AbstractBackend, NoSuchObject, retry, >> retry_generator, ImportError: cannot import name is_temp_network_error >> >> With a quick look through the source code I believe you moved >> is_temp_network_error to the dugong package right? Should I just change the >> import from common to dugong? > > Depends on what you use the method for. If I remember correctly > (unfortunately you still haven't provided the source of your custom > backend) you are using 'requests' to communicate with the backend > server. I don't know if requests raises the same exceptions, or maybe > even retries automatically on its own. In that case the version from > dugong may not work so well (because it is designed to handle the > exceptions that may be raised by dugong). Hmm, probably going to have a look at the source code then. As for the source code, since this is being used as a prototype to access another service that also is a prototype right now, I believe it's too early to publish all of it. But will do if everything goes right. Once again thank you for your help, Diogo Vieira -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
