TG09T3344
Bus Device Log
Errors
Start Time:
End Time:
Max Temp: 60.1
Min Temp: 42.9
Avg. Temp: 47.1
Location Not Latched:
0
GPS Errors:
0
Reboots:
0
Timer Errors:
0
Camera Errors:
0
Camera Ping Not Okay:
0
USB Mount Error:
0
Door Errors:
OK
Renaming Errors:
OK
FileNotFound Errors:
OK
51348 -
51340 | [2026-05-13,06:42:00.155] [INFO] clear time taken 0.00431323051452636751341 | [2026-05-13,06:42:00.171] [INFO] clear time taken 0.004445552825927734
51342 | [2026-05-13,06:42:00.315] [INFO] clear time taken 0.13317608833312988
51343 | [2026-05-13,06:42:00.315] [INFO] has_trip_started - Trip file found!
51344 | [2026-05-13,06:42:34.952] [INFO] esp turned off
51345 | [2026-05-13,06:42:34.953] [INFO] Running 16f_main_download_trip.py
51346 | [2026-05-13,06:42:34.953] [INFO] temp.json Trip file found!
51347 | [2026-05-13,06:42:42.079] [ERROR] Serial Read Timeout
51348 | [2026-05-13,06:42:42.080] [ERROR] Read Error. Exception
52143 -
52135 | 64 bytes from 192.168.0.134: icmp_seq=1 ttl=64 time=1.05 ms52136 |
52137 | --- 192.168.0.134 ping statistics ---
52138 | 1 packets transmitted, 1 received, 0% packet loss, time 0ms
52139 | rtt min/avg/max/mdev = 1.049/1.049/1.049/0.000 ms
52140 | [2026-05-13,07:10:12.646] [INFO] S3 Bucket Initialisation Complete
52141 | [2026-05-13,07:10:12.647] [DEBUG] S3UploadManager Init Complete
52142 | [2026-05-13,08:55:34.054] [ERROR] Serial Read Timeout
52143 | [2026-05-13,08:55:34.055] [ERROR] Read Error. Exception
58297 -
58289 | Hello from the pygame community. https://www.pygame.org/contribute.html58290 | Traceback (most recent call last):
58291 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 49, in <module>
58292 | main()
58293 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 43, in main
58294 | aa_bus_stop_manager.update(curr_time, latlng)
58295 | File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/aa_bus_stop_utils.py", line 66, in update
58296 | dept_time, arrival_time, trip_id = get_trip_id_dept_arrival_from_json(self.trip_file)
58297 | ValueError: not enough values to unpack (expected 3, got 2)
59683 -
59675 | Hello from the pygame community. https://www.pygame.org/contribute.html59676 | Traceback (most recent call last):
59677 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 49, in <module>
59678 | main()
59679 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 43, in main
59680 | aa_bus_stop_manager.update(curr_time, latlng)
59681 | File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/aa_bus_stop_utils.py", line 66, in update
59682 | dept_time, arrival_time, trip_id = get_trip_id_dept_arrival_from_json(self.trip_file)
59683 | ValueError: not enough values to unpack (expected 3, got 2)
Start Time:
End Time:
Max Temp: 58.0
Min Temp: 43.5
Avg. Temp: 47.5
Location Not Latched:
0
GPS Errors:
0
Reboots:
0
Timer Errors:
0
Camera Errors:
0
Camera Ping Not Okay:
0
USB Mount Error:
0
Door Errors:
OK
Renaming Errors:
OK
FileNotFound Errors:
OK
27842 -
27834 | [2026-05-12,03:26:04.412] [INFO] audio played : 027835 | [2026-05-12,03:26:04.413] [INFO] audio played : 0
27836 | [2026-05-12,03:26:21.123] [DEBUG] GNRMC,215621.00,A,1555.22150,N,07801.15980,E,38.605,183.88,110526,,,A*4B
27837 | [2026-05-12,03:26:21.184] [INFO] Insert Successful: location
27838 | [2026-05-12,03:26:21.185] [INFO] audio played : 0
27839 | [2026-05-12,03:26:21.185] [INFO] audio played : 0
27840 | [2026-05-12,03:26:37.357] [DEBUG] GNRMC,215637.00,A,1555.05011,N,07801.15080,E,38.071,183.94,110526,,,D*49
27841 | [2026-05-12,03:26:37.418] [INFO] Insert Successful: location
27842 | [2026-05-12,03:26:57.449] [ERROR] Server error add_bus_location/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /add_bus_location/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f99b1c070>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
33242 -
33234 | [2026-05-12,06:58:01.313] [DEBUG] GNRMC,012804.00,V,,,,,,,120526,,,N*6E33235 | Traceback (most recent call last):
33236 | File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
33237 | conn = connection.create_connection(
33238 | File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
33239 | for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
33240 | File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
33241 | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
33242 | socket.gaierror: [Errno -3] Temporary failure in name resolution
33256 -
33248 | httplib_response = self._make_request(33249 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
33250 | self._validate_conn(conn)
33251 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
33252 | conn.connect()
33253 | File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
33254 | conn = self._new_conn()
33255 | File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
33256 | raise NewConnectionError(
33257 -
33249 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request33250 | self._validate_conn(conn)
33251 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
33252 | conn.connect()
33253 | File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
33254 | conn = self._new_conn()
33255 | File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
33256 | raise NewConnectionError(
33257 | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f89857ee0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
33267 -
33259 | During handling of the above exception, another exception occurred:33260 |
33261 | Traceback (most recent call last):
33262 | File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
33263 | resp = conn.urlopen(
33264 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
33265 | retries = retries.increment(
33266 | File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in increment
33267 | raise MaxRetryError(_pool, url, error or ResponseError(cause))
33268 -
33260 |33261 | Traceback (most recent call last):
33262 | File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
33263 | resp = conn.urlopen(
33264 | File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
33265 | retries = retries.increment(
33266 | File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in increment
33267 | raise MaxRetryError(_pool, url, error or ResponseError(cause))
33268 | urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f89857ee0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
33286 -
33278 | return request('post', url, data=data, json=json, **kwargs)33279 | File "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
33280 | return session.request(method=method, url=url, **kwargs)
33281 | File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
33282 | resp = self.send(prep, **send_kwargs)
33283 | File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
33284 | r = adapter.send(request, **kwargs)
33285 | File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
33286 | raise ConnectionError(e, request=request)
33287 -
33279 | File "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request33280 | return session.request(method=method, url=url, **kwargs)
33281 | File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
33282 | resp = self.send(prep, **send_kwargs)
33283 | File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
33284 | r = adapter.send(request, **kwargs)
33285 | File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
33286 | raise ConnectionError(e, request=request)
33287 | requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f89857ee0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
36557 -
36549 | [2026-05-12,09:35:02.314] [DEBUG] UploadManager Init36550 | [2026-05-12,09:35:02.315] [DEBUG] UploadManager Init Complete
36551 | [2026-05-12,09:35:02.395] [INFO] fetch from all audio announced logs
36552 | [2026-05-12,09:35:02.396] [INFO] total audio announced 2
36553 | [2026-05-12,09:35:06.137] [DEBUG] GNRMC,040506.00,A,1439.72209,N,07735.07908,E,0.084,,120526,,,A*66
36554 | [2026-05-12,09:35:06.172] [INFO] Insert Successful: location
36555 | [2026-05-12,09:35:12.149] [DEBUG] GNRMC,040512.00,A,1439.72206,N,07735.07902,E,0.134,,120526,,,A*6C
36556 | [2026-05-12,09:35:12.187] [INFO] Insert Successful: location
36557 | [2026-05-12,09:35:17.655] [INFO] Error in upload_audio_announcement_log_in_sh_server() : HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /add_audio_announcement_stat/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f87fc8310>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
36824 -
36816 | Hello from the pygame community. https://www.pygame.org/contribute.html36817 | Traceback (most recent call last):
36818 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 49, in <module>
36819 | main()
36820 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 43, in main
36821 | aa_bus_stop_manager.update(curr_time, latlng)
36822 | File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/aa_bus_stop_utils.py", line 66, in update
36823 | dept_time, arrival_time, trip_id = get_trip_id_dept_arrival_from_json(self.trip_file)
36824 | ValueError: not enough values to unpack (expected 3, got 2)
37200 -
37192 | [2026-05-12,21:05:39.890] [DEBUG] Writing 2026-05-12-21-05-39-866084_150_bp.mp437193 | [2026-05-12,21:05:40.012] [INFO] Starting upload - 2026-05-12-21-05-21-134906_150_bp.mp4
37194 | [2026-05-12,21:05:42.542] [DEBUG] video write fps is 8.014573087801843
37195 | [2026-05-12,21:05:42.581] [DEBUG] CPU Temperature 54.8'C Deg Celsius
37196 | [2026-05-12,21:05:43.963] [INFO] Upload complete - 2026-05-12-21-05-21-134906_150_bp.mp4
37197 | [2026-05-12,21:05:43.965] [INFO] Deleted - 2026-05-12-21-05-21-134906_150_bp.mp4
37198 | [2026-05-12,21:05:44.087] [DEBUG] GNRMC,153544.00,A,1439.72445,N,07735.08671,E,0.028,,120526,,,A*65
37199 | [2026-05-12,21:05:44.127] [INFO] Insert Successful: location
37200 | [2026-05-12,21:05:48.075] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8a4f8040>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
Start Time:
End Time:
Max Temp: 54.8
Min Temp: 44.0
Avg. Temp: 49.2
Location Not Latched:
0
GPS Errors:
0
Reboots:
0
Timer Errors:
0
Camera Errors:
0
Camera Ping Not Okay:
0
USB Mount Error:
0
Door Errors:
OK
Renaming Errors:
OK
FileNotFound Errors:
OK
11562 -
11554 | [2026-05-11,02:30:24.197] [INFO] audio played : 011555 | [2026-05-11,02:30:24.198] [INFO] audio played : 0
11556 | [2026-05-11,02:30:41.148] [DEBUG] GNRMC,210041.00,A,1615.84616,N,07757.34275,E,42.577,347.79,100526,,,A*40
11557 | [2026-05-11,02:30:41.181] [INFO] Insert Successful: location
11558 | [2026-05-11,02:30:41.182] [INFO] audio played : 0
11559 | [2026-05-11,02:30:41.182] [INFO] audio played : 0
11560 | [2026-05-11,02:30:58.197] [DEBUG] GNRMC,210058.00,A,1616.04460,N,07757.31833,E,42.794,358.88,100526,,,A*42
11561 | [2026-05-11,02:30:58.240] [INFO] Insert Successful: location
11562 | [2026-05-11,02:31:16.995] [ERROR] Server error add_bus_location/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /add_bus_location/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a9a2700>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
18022 -
18014 | [2026-05-11,07:17:49.867] [INFO] clear time taken 0.005710840225219726618015 | [2026-05-11,07:17:49.883] [INFO] clear time taken 0.005645751953125
18016 | [2026-05-11,07:17:49.900] [INFO] clear time taken 0.0057604312896728516
18017 | [2026-05-11,07:17:49.917] [INFO] clear time taken 0.005776166915893555
18018 | [2026-05-11,07:17:49.992] [INFO] clear time taken 0.06384634971618652
18019 | [2026-05-11,07:17:50.090] [INFO] clear time taken 0.08697986602783203
18020 | [2026-05-11,07:17:50.091] [INFO] has_trip_started - Trip file found!
18021 | [2026-05-11,08:33:42.058] [ERROR] Serial Read Timeout
18022 | [2026-05-11,08:33:42.058] [ERROR] Read Error. Exception
19452 -
19444 | Hello from the pygame community. https://www.pygame.org/contribute.html19445 | Traceback (most recent call last):
19446 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 49, in <module>
19447 | main()
19448 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 43, in main
19449 | aa_bus_stop_manager.update(curr_time, latlng)
19450 | File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/aa_bus_stop_utils.py", line 66, in update
19451 | dept_time, arrival_time, trip_id = get_trip_id_dept_arrival_from_json(self.trip_file)
19452 | ValueError: not enough values to unpack (expected 3, got 2)
19620 -
19612 | [2026-05-11,21:55:58.937] [INFO] clear time taken 0.00451016426086425819613 | [2026-05-11,21:55:59.108] [INFO] clear time taken 0.1594398021697998
19614 | [2026-05-11,21:55:59.108] [INFO] has_trip_started - Trip file found!
19615 | [2026-05-11,21:55:59.119] [INFO] has_trip_started - Trip started!
19616 | [2026-05-11,21:55:59.119] [INFO] 01ha - Starting video capture!
19617 | [2026-05-11,21:56:33.286] [INFO] esp turned off
19618 | [2026-05-11,21:56:33.287] [INFO] Running 16f_main_download_trip.py
19619 | [2026-05-11,21:56:40.043] [ERROR] Serial Read Timeout
19620 | [2026-05-11,21:56:40.044] [ERROR] Read Error. Exception
Start Time:
End Time:
Max Temp: 53.2
Min Temp: 43.5
Avg. Temp: 49.4
Location Not Latched:
0
GPS Errors:
0
Reboots:
0
Timer Errors:
0
Camera Errors:
0
Camera Ping Not Okay:
0
USB Mount Error:
0
Door Errors:
OK
Renaming Errors:
OK
FileNotFound Errors:
OK
534 -
526 | 64 bytes from 192.168.0.134: icmp_seq=1 ttl=64 time=1.78 ms527 |
528 | --- 192.168.0.134 ping statistics ---
529 | 1 packets transmitted, 1 received, 0% packet loss, time 0ms
530 | rtt min/avg/max/mdev = 1.777/1.777/1.777/0.000 ms
531 | [2026-05-10,07:07:49.698] [INFO] S3 Bucket Initialisation Complete
532 | [2026-05-10,07:07:49.698] [DEBUG] S3UploadManager Init Complete
533 | [2026-05-10,07:30:08.055] [ERROR] Serial Read Timeout
534 | [2026-05-10,07:30:08.055] [ERROR] Read Error. Exception
2578 -
2570 | Hello from the pygame community. https://www.pygame.org/contribute.html2571 | Traceback (most recent call last):
2572 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 49, in <module>
2573 | main()
2574 | File "/home/sh/sh_pc_v3_device/13d_main_capture_location_audio_announcement.py", line 43, in main
2575 | aa_bus_stop_manager.update(curr_time, latlng)
2576 | File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/aa_bus_stop_utils.py", line 66, in update
2577 | dept_time, arrival_time, trip_id = get_trip_id_dept_arrival_from_json(self.trip_file)
2578 | ValueError: not enough values to unpack (expected 3, got 2)