fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Getting fatal error 'No handlers could be found for logge


From: Håkan Waara
Subject: Re: [Fab-user] Getting fatal error 'No handlers could be found for logger "paramiko.transport"'
Date: Fri, 14 Aug 2009 11:00:41 +0200

I'm on the latest "canonical" git, i.e. the URL that is mirrored from fabfile.org. Specifically this revision: git://fabfile.org/ address@hidden

I'll try with Paramiko 1.7.4 next. I've attached my fabfile.py to this mail (with user and hosts scrubbed out, hope you don't mind). The command that fails is fab test deploy.

Let me know if I can provide you with more details!

/Håkan

14 aug 2009 kl. 05.03 skrev Jeff Forcier:

Hi again,

I've just set up a virtualenv with Paramiko 1.7.5 and I can't recreate
this, even with the same call you're specifying (cd <dir> ; hg up).

D

Attachment: fabfile.py
Description: Text Data

oes this occur for you every time and always on that same line? Is
this the first line in your fabfile, i.e. do other run() calls work
fine but this one blows up? Etc. Need more info :)

It seems like a pretty odd error to get, given the one or two spots in
Paramiko where it could be showing up.

I've been wanting to make it possible to get a full stack trace out of
errors instead of just printing the single text message of the
exception. If we can't nail this some other way I may add that option
on master and ask you to update and test with it, to give us a
slightly clearer picture of what is breaking.

-Jeff

On Thu, Aug 13, 2009 at 7:57 PM, Jeff Forcier<address@hidden> wrote:
Hi Hakan,

Any chance you can try downgrading Paramiko to 1.7.4? I've not used
1.7.5 yet and I'm not sure if many others have, and it could be a bug
introduced by that new version.

When you say you're on the latest git, I assume you mean you're on the
master branch?

-Jeff

On Thu, Aug 13, 2009 at 7:47 PM, Håkan Waara<address@hidden> wrote:
Hi all,

I'm getting a fatal error which aborts my fabfile:

from my fabfile.py:
...
   # update the mercurial repository remotely
   print run("cd %(repo_path)s; hg up" % env)
...

This shows up as this (and fails):

[foo.bar] run: cd foobar; hg up
No handlers could be found for logger "paramiko.transport"

Any ideas? I'm running from the latest git trunk code, and have paramiko
1.7.5 installed on python 2.6

/Håkan

_______________________________________________
Fab-user mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fab-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]