richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

recently I got error "pushbullet_pro_required" on send note #101

Closed zachross25 closed 6 years ago

zachross25 commented 7 years ago

wtf? all functions now need fee?

zachross25 commented 7 years ago

i need pay for laggy program? i use better a telegram bot

simonporter007 commented 7 years ago

Presumably you hit the rate limit which is stated in their developer API docs. "Push limit Free accounts (without a Pro subscription) are limited to 500 pushes per month. Going over will result in an error when sending a Push."

bilelmoussaoui commented 7 years ago

@Megido6 how did you receive that message? I think pushbullet.py should implement an exception for that so it can be detected easily by the user instead of showing the message directly.