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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pwnagotchi --clear returns errors. #53

Open
captclearleft opened this issue Sep 30, 2023 · 0 comments
Open

pwnagotchi --clear returns errors. #53

captclearleft opened this issue Sep 30, 2023 · 0 comments

Comments

@captclearleft
Copy link

I am not sure if this is not a supported command anymore or I am doing something wrong. This is what I get when I try to clear the display.

pi@pwnagotchi:~ $ sudo pwnagotchi --clear
[2023-09-30 10:24:32,148] [INFO] gps plugin loaded for /dev/ttyS0
[2023-09-30 10:24:32,148] [INFO] Session-stats plugin loaded.
[2023-09-30 10:24:32,153] [INFO] GPIO Button plugin loaded.
[2023-09-30 10:24:32,154] [INFO] Added command: touch /root/.pwnagotchi-auto && systemctl restart pwnagotchi to GPIO #20
[2023-09-30 10:24:32,156] [INFO] Added command: shutdown -h -r now to GPIO #16
[2023-09-30 10:24:32,158] [INFO] [led] plugin loaded for /sys/class/leds/led0/brightness
[2023-09-30 10:24:32,159] [INFO] Added command: shutdown -h now to GPIO #19
Error: Read failed
[2023-09-30 10:24:32,213] [INFO] initializing waveshare v3 display
[2023-09-30 10:24:32,221] [INFO] BT-TETHER: Successfully loaded ...
[2023-09-30 10:24:33,735] [INFO] clearing the display ...
[2023-09-30 10:24:34,378] [ERROR] error while running gps.on_ui_update : cannot schedule new futures after shutdown
[2023-09-30 10:24:34,379] [ERROR] cannot schedule new futures after shutdown
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/plugins/init.py", line 95, in one
executor.submit(locked_cb, *locked_cb_args)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 151, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
[2023-09-30 10:24:34,384] [ERROR] error while running ups_lite.on_ui_update : cannot schedule new futures after shutdown
[2023-09-30 10:24:34,385] [ERROR] cannot schedule new futures after shutdown
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/plugins/init.py", line 95, in one
executor.submit(locked_cb, *locked_cb_args)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 151, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
[2023-09-30 10:24:34,387] [ERROR] error while running bt-tether.on_ui_update : cannot schedule new futures after shutdown
[2023-09-30 10:24:34,387] [ERROR] cannot schedule new futures after shutdown
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/plugins/init.py", line 95, in one
executor.submit(locked_cb, *locked_cb_args)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 151, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
[2023-09-30 10:24:35,408] [ERROR] error while running gps.on_ui_update : cannot schedule new futures after shutdown
[2023-09-30 10:24:35,409] [ERROR] cannot schedule new futures after shutdown
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/plugins/init.py", line 95, in one
executor.submit(locked_cb, *locked_cb_args)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 151, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
[2023-09-30 10:24:35,412] [ERROR] error while running ups_lite.on_ui_update : cannot schedule new futures after shutdown
[2023-09-30 10:24:35,413] [ERROR] cannot schedule new futures after shutdown
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/pwnagotchi/plugins/init.py", line 95, in one
executor.submit(locked_cb, *locked_cb_args)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 151, in submit
raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
[2023-09-30 10:24:35,416] [ERROR] error while running bt-tether.on_ui_update : cannot schedule new futures after shutdown

@captclearleft captclearleft changed the title pwnagotchi -clear returns errors. pwnagotchi --clear returns errors. Sep 30, 2023
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