kurttheviking / simple-hipchat-py

Python client fo HipChat's v1 API
Other
85 stars 25 forks source link

errors if the user has a space in their name #8

Closed jamesonjlee closed 10 years ago

jamesonjlee commented 10 years ago

as title says

jamesonjlee commented 10 years ago

nvm this was a misdiagnoses, looks like the one in pypi errors if the sender name is > 15, not sure how, but does..

kurttheviking commented 10 years ago

I need to update the error messaging and update pypi. As it stands hipchat's api requires names be 15 chars or less; but this doesn't handle that error particularly well.