sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

On error in create_hook, there is no way to understand why it's failed #323

Closed yelizariev closed 4 years ago

yelizariev commented 4 years ago

Consider this as a bug report, cause I'm not sure what is the preferred way to handle such exceptions

yelizariev commented 4 years ago

The error reason in my case was the same as in https://github.com/sarumont/py-trello/issues/299