Giter VIP home page Giter VIP logo

Comments (3)

kfdm avatar kfdm commented on July 18, 2024

This seems to be somewhat related to #37 where I'm not handling my logic correctly if there is no ~/.gntp config file set.

from gntp.

lukaszb avatar lukaszb commented on July 18, 2024

Hmm, yep, that's related. At tests password is not set, passwordHash is.

UnsupportedError is raised only at _GNTPBase.set_password method.

set_password method is called twice in that test, once at setUp (self.growl.register call, it is called at GNTPRegister's constructor) and second at _notify (self.growl.notify() which calls GrowlNotifier.notify, which creates notice variable that calls GNTPNotice() constructor).

Second argument is always MD5 (default one). It's ok at register call (first one) as there are no arguments passed. At _notify however we expect that passwordHash is passed from GrowlNotifier to notice. It would be passed if password would be set but it's not.

Long story short: set_password is not called if password is not set. I bet when you run test suite password is picked from your .gntp file - if it's there passwordHash is passed correctly. I've fixed failing test at pull request #40 (simply set password so the set_password is called) but I believe that test module should be updated (see description at the pull request).

from gntp.

kfdm avatar kfdm commented on July 18, 2024

Thanks for the fix :)

from gntp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.