Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working 馃憥馃徎 #49

Closed
000212 opened this issue Nov 1, 2021 · 0 comments
Closed

Not working 馃憥馃徎 #49

000212 opened this issue Nov 1, 2021 · 0 comments

Comments

@000212
Copy link

000212 commented Nov 1, 2021

using the example with the BLYNK_AUTH_TOKEN.

root@ServidorPrincipalCasa:/home# python3 -V
Python 3.7.3
root@ServidorPrincipalCasa:/home# chmod -Rf 777 blynk3.py && python3 blynk3.py

    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ for Python v0.2.0 (Linux)

Invalid auth token
^CTraceback (most recent call last):
  File "blynk3.py", line 17, in <module>
    blynk.run()
  File "/usr/local/lib/python3.7/dist-packages/BlynkLib.py", line 246, in run
    data = self.conn.recv(self.buffin)
KeyboardInterrupt
root@ServidorPrincipalCasa:/home# chmod -Rf 777 blynk3.py && python blynk3.py
Traceback (most recent call last):
  File "blynk3.py", line 1, in <module>
    import BlynkLib
ImportError: No module named BlynkLib
root@ServidorPrincipalCasa:/home# pip install blynklib
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: blynklib in /usr/local/lib/python2.7/dist-packages (0.2.6)
root@ServidorPrincipalCasa:/home#
@000212 000212 closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant