Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

gntp fails on OS X 10.9.1 #55

Closed
shrx opened this issue Jan 27, 2014 · 3 comments
Closed

gntp fails on OS X 10.9.1 #55

shrx opened this issue Jan 27, 2014 · 3 comments

Comments

@shrx
Copy link

shrx commented Jan 27, 2014

With Growl 2.1.3 and gntp 1.0.2:

python -m gntp.notifier
INFO:__main__:Sending registration to localhost:23053
INFO:__main__:Sending notification [Message] to localhost:23053
ERROR:__main__:Invalid response: (u'404', u'Note Message in PythonMini was disabled by the user')

Happens every time.

@kfdm
Copy link
Owner

kfdm commented Jan 27, 2014

Go into Growl and find the Applications tab.
Scroll down and find the entry for PythonMini.
Reenable messages for that application and you should be able to get messages.

With the app disabled. I see the same thing you see

$ python -m gntp.notifier
INFO:__main__:Sending registration to localhost:23053
INFO:__main__:Sending notification [Message] to localhost:23053
ERROR:__main__:Invalid response: (u'404', u'Note Message in PythonMini was disabled by the user')

If I re-enable it I see

$ python -m gntp.notifier
INFO:__main__:Sending registration to localhost:23053
INFO:__main__:Sending notification [Message] to localhost:23053

Let me know if that fixes it for you.

@shrx
Copy link
Author

shrx commented Jan 27, 2014

Yeah, sorry, such a silly problem.

@shrx shrx closed this as completed Jan 27, 2014
@kfdm
Copy link
Owner

kfdm commented Jan 27, 2014

No worries. I'm sure we've all run into "layer 8" problems before :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants