-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnohup.out
48 lines (48 loc) · 1.56 KB
/
nohup.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Traceback (most recent call last):
File "fade.py", line 24, in <module>
sleep(0.5)
KeyboardInterrupt
Traceback (most recent call last):
File "fade.py", line 24, in <module>
sleep(0.5)
KeyboardInterrupt
Traceback (most recent call last):
File "fade.py", line 24, in <module>
sleep(0.1)
KeyboardInterrupt
Traceback (most recent call last):
File "fade.py", line 24, in <module>
sleep(0.05)
KeyboardInterrupt
Traceback (most recent call last):
File "fade.py", line 39, in <module>
sleep(0.05)
KeyboardInterrupt
Unhandled exception in thread started by <function checkKey at 0xb6cb86f0>
+ / - = Increase / Decrease brightness
p / r = Pause / Resume
c = Abort Program
Traceback (most recent call last):
File "fading.py", line 99, in checkKey
c = getCh()
File "fading.py", line 81, in getCh
old_settings = termios.tcgetattr(fd)
termios.error: (25, 'Inappropriate ioctl for device')
Traceback (most recent call last):
File "fading.py", line 160, in <module>
setLights(BLUE_PIN, b)
File "fading.py", line 76, in setLights
pin(int(realBrightness))
File "/home/pi/CarPi/ArduinoCarPi/ArduinoCarPi.py", line 40, in setB
self.socket.write(message);
KeyboardInterrupt
Unhandled exception in thread started by <function checkKey at 0xb6c7b6f0>
+ / - = Increase / Decrease brightness
p / r = Pause / Resume
c = Abort Program
Traceback (most recent call last):
File "fading.py", line 99, in checkKey
c = getCh()
File "fading.py", line 81, in getCh
old_settings = termios.tcgetattr(fd)
termios.error: (25, 'Inappropriate ioctl for device')