Advertisement
silver2row

Trying w/ server on Flask and Python...GPIO

Feb 17th, 2022
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. Feb 17 18:05:53 beaglebone uwsgi[576]:     opener=self._opener)
  2. Feb 17 18:05:53 beaglebone uwsgi[576]:   File "/usr/lib/python3.7/pathlib.py", line 1039, in _opener
  3. Feb 17 18:05:53 beaglebone uwsgi[576]:     return self._accessor.open(self, flags, mode)
  4. Feb 17 18:05:53 beaglebone uwsgi[576]: PermissionError: [Errno 13] Permission denied: '/sys/class/gpio/gpio49/direction'
  5. Feb 17 18:05:53 beaglebone uwsgi[576]: unable to load app 0 (mountpoint='') (callable not found or import error)
  6. Feb 17 18:05:53 beaglebone uwsgi[576]: *** no app loaded. going in full dynamic mode ***
  7. Feb 17 18:05:53 beaglebone uwsgi[576]: *** uWSGI is running in multiple interpreter mode ***
  8. Feb 17 18:05:53 beaglebone uwsgi[576]: spawned uWSGI master process (pid: 576)
  9. Feb 17 18:05:53 beaglebone uwsgi[576]: spawned uWSGI worker 1 (pid: 767, cores: 2)
  10. Feb 17 18:05:53 beaglebone uwsgi[576]: spawned uWSGI http 1 (pid: 768)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement