Git Product home page Git Product logo

Comments (3)

rtxsc avatar rtxsc commented on August 14, 2024 1

The problem is you are using the older version of BlynkLib (v0.2.0) with the new auth token from blynk.cloud (v1.0.0). You are obviously installing your blynk for Python through the pip installation in which you should know/realize that it's not gonna be installing the latest version (v1.0.0) instead you got the legacy version because the pip wheel repository is yet to be updated to the latest version of BlynkLib 2.0 for some unknown reasons.

So, to install the latest version, be sure to git clone the blynk-library-python repository and then perform the manual compilation by:

pi@raspberrypi:~ $ cd blynk-library-python/
pi@raspberrypi:~/blynk-library-python $ sudo python setup.py install

Then you're gonna be using the latest version of BlynkLib.py

cheers from rtxsc

from blynk-library-python.

ebolisa avatar ebolisa commented on August 14, 2024

Try this library: [https://github.com/vshymanskyy/blynk-library-python/blob/master/BlynkLib.py]

from blynk-library-python.

bmustata avatar bmustata commented on August 14, 2024

After downloading the file directly the code worked with no issue. Tks for the help!

Blynk Lib

from blynk-library-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.