vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
286 stars 98 forks source link

Attribute Error: 'Blynk' Object has no attribute 'handle_event' #48

Closed dinesh-parmar closed 3 years ago

dinesh-parmar commented 4 years ago

So, I was trying to control Servo Motor using Blynk App. I used Python coding on Raspberry Pi to connect to the GPIO pins. I'm getting the above-stated error whereas I wrote the exact syntax as mentioned on our Git.

EricHier commented 3 years ago

Did you solve the issue? I would like to use GPIO on the Raspberry Pi as well.

dinesh-parmar commented 3 years ago

Did you solve the issue? I would like to use GPIO on the Raspberry Pi as well.

Nope The Library isn't working that Properly. Use HTTP API using Python's Request Library.

vshymanskyy commented 3 years ago

Not enough info to understand what's wrong here.